mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Remove silly FIXME comment.
Originally committed as revision 16122 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
31c3a4dc7e
commit
492322fccc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user