Commit c585edd9 authored by Julian Scheel's avatar Julian Scheel Committed by Jean-Baptiste Kempf

omxil: Activate mpeg2 on broadcom omx.

Activate the mpeg2 module in the broadcom omx core. If this is used on a
Raspberry it is required to have a MPEG2 license key to activate this core.
Signed-off-by: default avatarJulian Scheel <julian@jusst.de>
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e749dd59
......@@ -202,6 +202,7 @@ static const struct
{
#ifdef RPI_OMX
{ "video_decoder.avc", "OMX.broadcom.video_decode" },
{ "video_decoder.mpeg2", "OMX.broadcom.video_decode" },
{ "iv_renderer", "OMX.broadcom.video_render" },
#endif
{ 0, 0 }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment