]> git.sesse.net Git - ffmpeg/commit
avcodec/dolby_e_parser: Remove unused ParseContext
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 26 Jan 2021 13:48:01 +0000 (14:48 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 30 Jan 2021 04:14:45 +0000 (05:14 +0100)
commitfa3ab43fecb49d544861a42a03e7432aa829de56
tree36431ecd4cef3d8538d24b5f8659f4bee03a4bdf
parentd43a27ab6fc89b402b5c0d650f0387edf828502b
avcodec/dolby_e_parser: Remove unused ParseContext

Parsers are not forced to use a ParseContext and the other stuff from
parser.h which is just designed to help parsers recombining frames. But
this parser does not do this at all, i.e. the ParseContext is unused.

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