K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-04-27T13:57:39.783136Z K 7 svn:log V 693 multimedia/mlt: unbreak with ffmpeg 4.0 consumer_avformat.c:2047:44: error: use of undeclared identifier 'AVFMT_RAWPICTURE' if ( video_st && !( oc->oformat->flags & AVFMT_RAWPICTURE ) ) for (;;) ^ consumer_avformat.c:837:16: error: use of undeclared identifier 'CODEC_FLAG_QSCALE' c->flags |= CODEC_FLAG_QSCALE; ^ filter_avresample.c:55:2: error: use of undeclared identifier 'ReSampleContext' ReSampleContext *resample = mlt_properties_get_data( filter_properties, "audio_resample", NULL ); ^ PR: 227726 Obtained from: upstream (mlt 6.6.0) END