1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-02 01:09:59 +02:00

Fix compilation with --disable-avfilter.

Fixes ticket #414.
This commit is contained in:
Carl Eugen Hoyos 2011-08-23 11:25:40 +02:00
parent 04c9c0baf3
commit 88f71f3daa

View File

@ -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 ||