You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/h261dec: Remove parse_context cruft
The H.261 decoder doesn't use the ParseContext of its
MpegEncContext since e731697665
.
Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -608,10 +608,7 @@ retry:
|
||||
}
|
||||
|
||||
if (s->width != avctx->coded_width || s->height != avctx->coded_height) {
|
||||
ParseContext pc = s->parse_context; // FIXME move this demuxing hack to libavformat
|
||||
s->parse_context.buffer = 0;
|
||||
ff_mpv_common_end(s);
|
||||
s->parse_context = pc;
|
||||
}
|
||||
|
||||
if (!s->context_initialized) {
|
||||
|
Reference in New Issue
Block a user