]> git.sesse.net Git - ffmpeg/commit
avformat/dashdec: Cosmetics
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 19 Sep 2020 10:32:27 +0000 (12:32 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 21 Sep 2020 02:49:49 +0000 (04:49 +0200)
commited948c114971c7a5f710741a48a7ca2ef455b35f
tree6336793e9a0cdb38407df5603cd8012c4e185b16
parentf921dd0ccf64703c96d114b7c723f245ddb6115a
avformat/dashdec: Cosmetics

1. Perform the necessary reindentations after the last few commits.
2. Adapt switches to the ordinary indentation style.
3. Now that the effective lifetimes of the variables containing
the freshly allocated strings used when parsing the representation
are disjoint, the variables can be replaced by a single variable.
Doing so has the advantage of making it more clear that these are
throwaway variables, hence it has been done.

Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/dashdec.c