diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-23 11:25:40 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-23 11:25:40 +0200 |
commit | 88f71f3daa1b9810aa15262b3eaea600dd98fc5f (patch) | |
tree | 26a1c44fc1a67c785192620eb49733525f9e427c | |
parent | 04c9c0baf3656069e7ece8bb95ac58a8280e52db (diff) | |
download | ffmpeg-88f71f3daa1b9810aa15262b3eaea600dd98fc5f.tar.gz |
Fix compilation with --disable-avfilter.
Fixes ticket #414.
-rw-r--r-- | avconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 || |