avconv: remove OutputStream.picref.
authorAnton Khirnov <anton@khirnov.net>
Thu, 29 Mar 2012 07:02:01 +0000 (09:02 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 9 Apr 2012 03:13:00 +0000 (05:13 +0200)
commitb6c4518a87fa7c91d00cf4e1acf9230f308b8f14
treebc16aa87017db592188973753b43226081721fe1
parent695ec04e6a142a12bf4c3acd8fd74c59a17e3934
avconv: remove OutputStream.picref.

It's only used inside transcode_video() and there's no point in
preserving it between subsequent calls. So use a local variable instead.
avconv.c