Commit 88f71f3d authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix compilation with --disable-avfilter.

Fixes ticket #414.
parent 04c9c0ba
......@@ -1074,6 +1074,7 @@ static void do_video_resample(OutputStream *ost,
{
int resample_changed = 0;
AVCodecContext *dec = ist->st->codec;
AVCodecContext *enc = ost->st->codec;
*out_picture = in_picture;
resample_changed = ost->resample_width != dec->width ||
......
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