diff options
-rw-r--r-- | video/decode/rpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/decode/rpi.c b/video/decode/rpi.c index 50a9afe6bd..b72dc34faa 100644 --- a/video/decode/rpi.c +++ b/video/decode/rpi.c @@ -22,6 +22,7 @@ static const char *const codecs[][2] = { {"h264", "h264_mmal"}, {"mpeg2video", "mpeg2_mmal"}, {"mpeg4", "mpeg4_mmal"}, + {"vc1", "vc1_mmal"}, {0} }; |