mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
h264: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a46c565796
commit
8525fa7c2c
@ -2146,7 +2146,6 @@ static void idr(H264Context *h)
|
||||
/* forget old pics after a seek */
|
||||
static void flush_change(H264Context *h)
|
||||
{
|
||||
int i;
|
||||
h->outputed_poc = h->next_outputed_poc = INT_MIN;
|
||||
h->prev_interlaced_frame = 1;
|
||||
idr(h);
|
||||
|
Loading…
x
Reference in New Issue
Block a user