-
Andreas Rheinhardt authored
These pointers sometimes point to static storage (namely to default_clut), so adding const to the pointed-to type is important to ensure that one does not accidentally modify something that is not owned by a single AVCodecContext. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
834ef6f4