Commit 413db6f6 authored by michael's avatar michael

Remove silly FIXME comment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16122 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 996ce5e8
......@@ -923,7 +923,7 @@ AVInputFormat m4v_demuxer = {
video_read_header,
raw_read_partial_packet,
.flags= AVFMT_GENERIC_INDEX,
.extensions = "m4v", //FIXME remove after writing mpeg4_probe
.extensions = "m4v",
.value = CODEC_ID_MPEG4,
};
#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