Commit 1d4329ba authored by ods15's avatar ods15

Disable lavf NUT until it is synced to spec


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5312 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a46bf400
...@@ -519,6 +519,11 @@ static int nut_write_header(AVFormatContext *s) ...@@ -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 =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment