]> git.sesse.net Git - ffmpeg/commit
avconv: don't set output width/height directly from input value.
authorAnton Khirnov <anton@khirnov.net>
Thu, 29 Mar 2012 05:48:27 +0000 (07:48 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 15 Apr 2012 18:23:09 +0000 (20:23 +0200)
commit6c9eac19988fb85d9bf911e20e9675d814ab10dd
treeae4494e8189855284b727485eeb40dbca83c86e3
parente77c86629fe803bc07ccfe323151486fe977b133
avconv: don't set output width/height directly from input value.

Always take it from lavfi. This way we don't need a clearly defined
corresponding input stream.
avconv.c