]> git.sesse.net Git - ffmpeg/commit
avconv: move resample_{width,height,pix_fmt} to InputStream.
authorAnton Khirnov <anton@khirnov.net>
Thu, 29 Mar 2012 05:40:26 +0000 (07:40 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 15 Apr 2012 18:23:09 +0000 (20:23 +0200)
commite77c86629fe803bc07ccfe323151486fe977b133
treec151a609084a42f4e2786b3996e4c588abb34fde
parent9dced8542618c12e0496e7db3067a61ba9080a45
avconv: move resample_{width,height,pix_fmt} to InputStream.

This is a more proper place for them, since they store parameters of the
input, not output, stream.
avconv.c