]> git.sesse.net Git - ffmpeg/commit
avconv: only set SAR once on the decoded frame.
authorAnton Khirnov <anton@khirnov.net>
Thu, 22 Mar 2012 08:37:33 +0000 (09:37 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 9 Apr 2012 03:10:38 +0000 (05:10 +0200)
commit695ec04e6a142a12bf4c3acd8fd74c59a17e3934
treeeeafffaa00835843470dddd913d7b4de194f209d
parent1337de0c4bea8bbf8e142e8401edd0b25dd059b5
avconv: only set SAR once on the decoded frame.

No point in repeating the assignment for each output stream.
avconv.c