diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-20 04:22:21 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-20 04:22:21 +0100 |
commit | 8525fa7c2c341def8a34cd4270a2b9e410d06ae1 (patch) | |
tree | aa6d8210043c5d2cc1175e87e360685f75b5f2b3 /libavcodec/h264.c | |
parent | a46c565796d92ef27da1eba99428c7ca41be0dd8 (diff) | |
download | ffmpeg-8525fa7c2c341def8a34cd4270a2b9e410d06ae1.tar.gz |
h264: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index de7a5ac997..a44e7b6f55 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -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); |