From 6752a3cc6c7fa00afe3800c9ec73700d5ba9bc04 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 15 Apr 2010 13:16:37 +0000 Subject: [PATCH] H.264: cosmetics (vertical align). Originally committed as revision 22885 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index d4d9d21e1d..05afe51af3 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -1779,7 +1779,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){ s->avctx->profile = h->sps.profile_idc; s->avctx->level = h->sps.level_idc; - s->avctx->refs= h->sps.ref_frame_count; + s->avctx->refs = h->sps.ref_frame_count; if(h == h0 && h->dequant_coeff_pps != pps_id){ h->dequant_coeff_pps = pps_id;