Commit 492322fc authored by Michael Niedermayer's avatar Michael Niedermayer

Remove silly FIXME comment.

Originally committed as revision 16122 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 31c3a4dc
...@@ -923,7 +923,7 @@ AVInputFormat m4v_demuxer = { ...@@ -923,7 +923,7 @@ AVInputFormat m4v_demuxer = {
video_read_header, video_read_header,
raw_read_partial_packet, raw_read_partial_packet,
.flags= AVFMT_GENERIC_INDEX, .flags= AVFMT_GENERIC_INDEX,
.extensions = "m4v", //FIXME remove after writing mpeg4_probe .extensions = "m4v",
.value = CODEC_ID_MPEG4, .value = CODEC_ID_MPEG4,
}; };
#endif #endif
......
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