mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 19:01:03 +00:00
avcodec/h261dec: Don't reset gob_start_code_skipped in h261_decode_init()
It always gets reset at the start of h261_decode_frame(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
89a0cec790
commit
fb1acbc941
@ -97,8 +97,6 @@ static av_cold int h261_decode_init(AVCodecContext *avctx)
|
||||
s->low_delay = 1;
|
||||
avctx->pix_fmt = AV_PIX_FMT_YUV420P;
|
||||
|
||||
h->gob_start_code_skipped = 0;
|
||||
|
||||
ff_thread_once(&init_static_once, h261_decode_init_static);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user