This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove silly FIXME comment.
Originally committed as revision 16122 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
17 years ago
parent
31c3a4dc7e
commit
492322fccc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/raw.c
+ 1
- 1
libavformat/raw.c
View File
@@ -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
Write
Preview
Loading…
Cancel
Save