[FFmpeg-cvslog] Fix compilation with --disable-avfilter.

Carl Eugen Hoyos git at videolan.org
Tue Aug 23 11:29:53 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Aug 23 11:25:40 2011 +0200| [88f71f3daa1b9810aa15262b3eaea600dd98fc5f] | committer: Carl Eugen Hoyos

Fix compilation with --disable-avfilter.

Fixes ticket #414.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88f71f3daa1b9810aa15262b3eaea600dd98fc5f
---

 avconv.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/avconv.c b/avconv.c
index 1e3cd0e..8a55af97 100644
--- a/avconv.c
+++ b/avconv.c
@@ -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  ||



More information about the ffmpeg-cvslog mailing list