[FFmpeg-devel] [PATCH] Fixed EA vp6 files with alpha not picked up by the EA demuxer
Stephan Vedder
stephan.vedder at gmail.com
Mon Jun 22 15:41:43 CEST 2015
From: feliwir <stephan.vedder at gmail.com>
---
libavformat/electronicarts.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c
index 859fbb8..ba15b65 100644
--- a/libavformat/electronicarts.c
+++ b/libavformat/electronicarts.c
@@ -427,6 +427,7 @@ static int process_ea_header(AVFormatContext *s)
ea->time_base = (AVRational) { avio_rl16(pb), 1000 };
break;
+ case AVP6_TAG:
case MVhd_TAG:
err = process_video_header_vp6(s);
break;
--
1.9.1
More information about the ffmpeg-devel
mailing list