On Fri, 19 Apr 2013, Anton Khirnov wrote:
--- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/libavcodec/h264.c b/libavcodec/h264.c index d8bc824..c80170e 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -3016,7 +3016,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); -- 1.7.10.4
Ok // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
