]> git.sesse.net Git - ffmpeg/commit
avformat/matroskadec: Typos, nits and cosmetics
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 16 May 2019 22:30:13 +0000 (00:30 +0200)
committerJames Almer <jamrial@gmail.com>
Tue, 16 Jul 2019 19:17:00 +0000 (16:17 -0300)
commit60f75c9976368d9921ea5cf2b9193ff8ace1602d
tree7c87fcfe1b1ec1700023f88928639be5d81a428d
parent7087fc95b258793cf55953e10fb9005f01141bc2
avformat/matroskadec: Typos, nits and cosmetics

Cosmetics include reordering EbmlType so that EBML_SINT is adjacent to
the other numbers (and matches the order in the switch in ebml_parse)
and also reordering the switch for assignment of default values so that
it matches the order in EbmlType.

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