]> git.sesse.net Git - ffmpeg/commit
avformat/smacker: Cosmetics
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 29 Mar 2020 08:28:29 +0000 (10:28 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 8 Apr 2020 14:23:07 +0000 (16:23 +0200)
commit95e9cf813e2610c0ffb39f5b276af6ea7f566315
tree8089c9f1c4a989a4b895e4c2dd5099573e051356
parenta9ad8867c468c30213a61e24d81d197052f730e5
avformat/smacker: Cosmetics

This is mainly about improving legibility of the code and getting rid of
overlong lines by using variables for st->codecpar instead of accessing
the codecparameters via st->codecpar->.

Also, some code has been moved to better fitting places.

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