Re: [FFmpeg-devel] [PATCH 1/4] avcodec/dolby_e_parser: Remove unused ParseContext

2021-01-28 Thread Andreas Rheinhardt
Andreas Rheinhardt: > 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 > --- > libavcodec/d

[FFmpeg-devel] [PATCH 1/4] avcodec/dolby_e_parser: Remove unused ParseContext

2021-01-26 Thread Andreas Rheinhardt
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 --- libavcodec/dolby_e_parser.c | 4 1 file c