rpi: add mpeg-4 decoding support

This commit is contained in:
wm4 2016-01-27 21:09:44 +01:00
parent a18aa9e632
commit c7ec8fdfe7
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
static const char *const codecs[][2] = {
{"h264", "h264_mmal"},
{"mpeg2video", "mpeg2_mmal"},
{"mpeg4", "mpeg4_mmal"},
{0}
};