X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=libavformat%2Fffmenc.c;h=4bfae693e5dc6c292e92a1a044f2d11fceb792f5;hb=9c684feadc063473da3f9e341fa07e6c17b75154;hp=e9d25717b8dfc7416b9edee5a9f18c7e9be12413;hpb=0635a8aa21d0495575c24f1883c1e6832d882657;p=coroid%2Flibav_saccubus.git diff --git a/libavformat/ffmenc.c b/libavformat/ffmenc.c index e9d25717b..4bfae693e 100644 --- a/libavformat/ffmenc.c +++ b/libavformat/ffmenc.c @@ -165,7 +165,6 @@ static int ffm_write_header(AVFormatContext *s) avio_wb64(pb, av_dbl2int(codec->qblur)); avio_wb32(pb, codec->max_qdiff); avio_wb32(pb, codec->refs); - avio_wb32(pb, codec->directpred); break; case AVMEDIA_TYPE_AUDIO: avio_wb32(pb, codec->sample_rate);