# HG changeset patch # User ods15 # Date 1145800033 0 # Node ID 716c75917a1062fdfe6e0353f653d43839140c6d # Parent fab79efcd476ba0458590638fcbf0180528d7e95 Disable lavf NUT until it is synced to spec diff -r fab79efcd476 -r 716c75917a10 nut.c --- a/nut.c Thu Apr 20 22:17:11 2006 +0000 +++ b/nut.c Sun Apr 23 13:47:13 2006 +0000 @@ -519,6 +519,11 @@ 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 =