]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg_opt.c
avfilter/vf_vectorscope: make color mode more useful
[ffmpeg] / ffmpeg_opt.c
index c5e6624a16e3c7d000b1adfaae34b17ba09e74dd..42d23277df3e9dde0eedd98cb2e3b15949596cb4 100644 (file)
@@ -674,9 +674,11 @@ static void add_input_streams(OptionsContext *o, AVFormatContext *ic)
         case AVMEDIA_TYPE_VIDEO:
             if(!ist->dec)
                 ist->dec = avcodec_find_decoder(dec->codec_id);
+#if FF_API_EMU_EDGE
             if (av_codec_get_lowres(dec)) {
                 dec->flags |= CODEC_FLAG_EMU_EDGE;
             }
+#endif
 
             ist->resample_height  = ist->dec_ctx->height;
             ist->resample_width   = ist->dec_ctx->width;