[vlc-commits] omxil: Activate mpeg2 on broadcom omx.

Julian Scheel git at videolan.org
Wed Aug 21 11:16:57 CEST 2013


vlc | branch: master | Julian Scheel <julian at jusst.de> | Wed Aug 21 10:52:29 2013 +0200| [c585edd907ba2882efe08816ed6028677f8be6d1] | committer: 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: Julian Scheel <julian at jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c585edd907ba2882efe08816ed6028677f8be6d1
---

 modules/codec/omxil/omxil_core.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/omxil/omxil_core.c b/modules/codec/omxil/omxil_core.c
index 85e795c..66ed161 100644
--- a/modules/codec/omxil/omxil_core.c
+++ b/modules/codec/omxil/omxil_core.c
@@ -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 }



More information about the vlc-commits mailing list