[FFmpeg-cvslog] h264: remove unused variable

Michael Niedermayer git at videolan.org
Sat Apr 20 02:45:36 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Apr 19 23:43:40 2013 +0200| [8ebfd7c49e449671331f4d69989dfc0a66bcebaa] | 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=8ebfd7c49e449671331f4d69989dfc0a66bcebaa
---

 libavcodec/h264.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 1106704..502ee92 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3091,7 +3091,7 @@ static int h264_slice_header_init(H264Context *h, int reinit)
     int nb_slices = (HAVE_THREADS &&
                      h->avctx->active_thread_type & FF_THREAD_SLICE) ?
                     h->avctx->thread_count : 1;
-    int i, ret;
+    int i;
 
     h->avctx->sample_aspect_ratio = h->sps.sar;
     av_assert0(h->avctx->sample_aspect_ratio.den);



More information about the ffmpeg-cvslog mailing list