You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
h264: free the tables and uninitialize the context on flush
Prevents referencing empty frames when the first packet after the flush does not contain a frame.
This commit is contained in:
@@ -2768,6 +2768,9 @@ static void flush_dpb(AVCodecContext *avctx)
|
|||||||
h->parse_context.overread_index = 0;
|
h->parse_context.overread_index = 0;
|
||||||
h->parse_context.index = 0;
|
h->parse_context.index = 0;
|
||||||
h->parse_context.last_index = 0;
|
h->parse_context.last_index = 0;
|
||||||
|
|
||||||
|
free_tables(h, 1);
|
||||||
|
h->context_initialized = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int ff_init_poc(H264Context *h, int pic_field_poc[2], int *pic_poc)
|
int ff_init_poc(H264Context *h, int pic_field_poc[2], int *pic_poc)
|
||||||
|
Reference in New Issue
Block a user