Skip to content

Commit

Permalink
h264: Drop unused variable
Browse files Browse the repository at this point in the history
DonDiego committed Apr 22, 2013
1 parent 78fa0bd commit fce9932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavcodec/h264.c
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit fce9932

Please sign in to comment.