avienc: sanitize variable naming in write_header()
authorAnton Khirnov <anton@khirnov.net>
Sun, 11 May 2014 08:07:35 +0000 (10:07 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 18 May 2014 08:24:02 +0000 (10:24 +0200)
commitc3311d472a7528c67f76d0d061704ae70a99b32e
tree97fb345498f4b727b5040633c1c1991a97bf53b9
parentab3fdaa7131e2fd8e33006daea25a282724c01f0
avienc: sanitize variable naming in write_header()

Do not call an AVCodecContext 'stream', that is highly confusing.
Also, add a local variable for the current AVStream in the loop over all
streams.
libavformat/avienc.c