mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Disable lavf NUT until it is synced to spec
Originally committed as revision 5312 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fdb3a34156
commit
9d4461b9f2
@ -519,6 +519,11 @@ static int nut_write_header(AVFormatContext *s)
|
||||
AVCodecContext *codec;
|
||||
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->stream =
|
||||
|
Loading…
Reference in New Issue
Block a user