[vlc-commits] omxil: Add more names for vc1 and mpjeg
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Tue Jun 26 23:05:25 CEST 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 27 01:02:53 2012 +0200| [d76e3ea6660d773dac06dae0e4f314d43126d570] | committer: Jean-Baptiste Kempf
omxil: Add more names for vc1 and mpjeg
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d76e3ea6660d773dac06dae0e4f314d43126d570
---
 modules/codec/omxil/utils.c |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/modules/codec/omxil/utils.c b/modules/codec/omxil/utils.c
index 96deb46..d4b47d4 100644
--- a/modules/codec/omxil/utils.c
+++ b/modules/codec/omxil/utils.c
@@ -281,7 +281,9 @@ static const struct
     { VLC_CODEC_WMV1, OMX_VIDEO_CodingWMV,   "video_decoder.wmv"   },
     { VLC_CODEC_WMV2, OMX_VIDEO_CodingWMV,   "video_decoder.wmv"   },
     { VLC_CODEC_WMV3, OMX_VIDEO_CodingWMV,   "video_decoder.wmv"   },
+    { VLC_CODEC_WVC1, OMX_VIDEO_CodingWMV,   "video_decoder.vc1"   },
     { VLC_CODEC_MJPG, OMX_VIDEO_CodingMJPEG, "video_decoder.jpeg"  },
+    { VLC_CODEC_MJPG, OMX_VIDEO_CodingMJPEG, "video_decoder.mjpeg" },
     { VLC_CODEC_RV10, OMX_VIDEO_CodingRV,    "video_decoder.rv"    },
     { VLC_CODEC_RV20, OMX_VIDEO_CodingRV,    "video_decoder.rv"    },
     { VLC_CODEC_RV30, OMX_VIDEO_CodingRV,    "video_decoder.rv"    },
    
    
More information about the vlc-commits
mailing list