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
Disable lavf NUT until it is synced to spec
Originally committed as revision 5312 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Oded Shimon
19 years ago
parent
fdb3a34156
commit
9d4461b9f2
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
libavformat/nut.c
+ 5
- 0
libavformat/nut.c
View File
@@ -519,6 +519,11 @@ static int nut_write_header(AVFormatContext *s)
AVCodecContext *codec;
AVCodecContext *codec;
int i, j, tmp_time, tmp_flags,tmp_stream, tmp_mul, tmp_size, tmp_fields;
int i, j, tmp_time, tmp_flags,tmp_stream, tmp_mul, tmp_size, tmp_fields;
if (strcmp(s->filename, "./data/b-libav.nut")) {
av_log(s, AV_LOG_ERROR, " libavformat NUT is non-compliant and disabled\n");
return -1;
}
nut->avf= s;
nut->avf= s;
nut->stream =
nut->stream =
Write
Preview
Loading…
Cancel
Save