]> git.sesse.net Git - ffmpeg/commit
avformat/matroskaenc: Clean up mkv_write_stereo_mode()
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 7 May 2020 12:19:27 +0000 (14:19 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 19 May 2020 01:04:46 +0000 (03:04 +0200)
commit99c58e49e84e055d0a2b8f0372dfa3dbe815819b
treea0d3a80b929ac4fde8b5423f8f15c65eb016231d
parentff1264aa4d31b7082f0b7c4dca625f9f2a6391a3
avformat/matroskaenc: Clean up mkv_write_stereo_mode()

Mostly reindentation after the last commit. Also remove a variable that
is always zero; move another variable to a more local scope and don't
assign a value to a local variable immediately before leaving the function.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/matroskaenc.c