[vlc-commits] omxil: add VP8 and VP9 in format_table
Thomas Guillem
git at videolan.org
Mon Oct 13 17:38:27 CEST 2014
vlc | branch: master | Thomas Guillem <tom at gllm.fr> | Mon Oct 13 17:28:51 2014 +0200| [da609fc9036e06f1031d9d595caeaeb8fa7114ae] | committer: Jean-Baptiste Kempf
omxil: add VP8 and VP9 in format_table
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da609fc9036e06f1031d9d595caeaeb8fa7114ae
---
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 37230a5..7f20c58 100644
--- a/modules/codec/omxil/utils.c
+++ b/modules/codec/omxil/utils.c
@@ -408,6 +408,8 @@ static const struct
{ VLC_CODEC_RV20, OMX_VIDEO_CodingRV, "video_decoder.rv" },
{ VLC_CODEC_RV30, OMX_VIDEO_CodingRV, "video_decoder.rv" },
{ VLC_CODEC_RV40, OMX_VIDEO_CodingRV, "video_decoder.rv" },
+ { VLC_CODEC_VP8, OMX_VIDEO_CodingAutoDetect, "video_decoder.vp8" },
+ { VLC_CODEC_VP9, OMX_VIDEO_CodingAutoDetect, "video_decoder.vp9" },
{ 0, 0, 0 }
};
More information about the vlc-commits
mailing list