mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 02:41:37 +00: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:
parent
54e5d21aca
commit
7f1207cb79
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user