]> git.sesse.net Git - ffmpeg/commit
matroskadec: Remove redundant const
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 18 Jul 2019 19:07:20 +0000 (21:07 +0200)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Thu, 18 Jul 2019 20:26:00 +0000 (22:26 +0200)
commit9869e217764f180c88b66cf6d2ffee2bc5e9f6a6
treea293ac5d31b1098869ff52303c6bd340a0f0237a
parentab4795a085cd3deacb5e4bbaf527d66171361024
matroskadec: Remove redundant const

The typedef used to define EbmlSyntax already includes a const qualifier
so that it is unnecessary to include another const qualifier in future
definitions and declarations. Given that MSVC warns about this, this
commit removes these redundant const qualifiers.

Suggested-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/matroskadec.c