]> git.sesse.net Git - ffmpeg/commit
ffmpeg: move resample_changed check within the #if !CONFIG_AVFILTER
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 6 May 2011 09:10:02 +0000 (11:10 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 7 May 2011 10:03:58 +0000 (12:03 +0200)
commita851fa7fecc7dbf681b046c8ddcd46bd842c792f
tree532d7c1c1e2a180aa7ebd416df28ca431b626df6
parent70c24b2171f5004821e522048c75dd3c57b7d233
ffmpeg: move resample_changed check within the #if !CONFIG_AVFILTER

The check and the corresponding message in do_video_out() are
unnecessary in the libavfilter path, as a similar check and message
are performed within the buffer source.
ffmpeg.c