Commit 82ae56b3 authored by Reuben Martin's avatar Reuben Martin Committed by Baptiste Coudurier

In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben dot m at gmail dot com

Originally committed as revision 25396 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ad4c3c68
......@@ -564,6 +564,7 @@ static int gxf_write_umf_media_description(AVFormatContext *s)
else {
AVStream *st = s->streams[i];
switch (st->codec->codec_id) {
case CODEC_ID_MPEG1VIDEO:
case CODEC_ID_MPEG2VIDEO:
gxf_write_umf_media_mpeg(pb, st);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment