[FFmpeg-cvslog] h264: Drop unused variable
Diego Biurrun
git at videolan.org
Mon Apr 22 18:38:33 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Apr 22 02:53:58 2013 +0200| [fce99322b0cc0b9e3ce71be0870368e618e54ffa] | committer: Diego Biurrun
h264: Drop unused variable
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fce99322b0cc0b9e3ce71be0870368e618e54ffa
---
libavcodec/h264.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 56ac57b..38e471d 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3015,7 +3015,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