[FFmpeg-cvslog] h264: remove unused variable
Michael Niedermayer
git at videolan.org
Thu Dec 20 04:26:17 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Dec 20 04:22:21 2012 +0100| [8525fa7c2c341def8a34cd4270a2b9e410d06ae1] | committer: Michael Niedermayer
h264: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8525fa7c2c341def8a34cd4270a2b9e410d06ae1
---
libavcodec/h264.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index de7a5ac..a44e7b6 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);
More information about the ffmpeg-cvslog
mailing list