mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 11:39:49 +00: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,
|
||||
raw_read_partial_packet,
|
||||
.flags= AVFMT_GENERIC_INDEX,
|
||||
.extensions = "m4v", //FIXME remove after writing mpeg4_probe
|
||||
.extensions = "m4v",
|
||||
.value = CODEC_ID_MPEG4,
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user