Commit 473b8ec8 authored by michaelni's avatar michaelni

mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v" now


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@926 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a309826c
......@@ -244,10 +244,11 @@ AVInputFormat m4v_iformat = {
"m4v",
"raw MPEG4 video format",
0,
mpegvideo_probe,
NULL /*mpegvideo_probe*/,
video_read_header,
raw_read_packet,
raw_read_close,
extensions: "m4v", //FIXME remove after writing mpeg4_probe
value: CODEC_ID_MPEG4,
};
......
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