H.264: cosmetics (vertical align).
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Thu, 15 Apr 2010 13:16:37 +0000 (13:16 +0000)
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Thu, 15 Apr 2010 13:16:37 +0000 (13:16 +0000)
Originally committed as revision 22885 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index d4d9d21e1d2b128602ddd6630fd2e6328afa6d27..05afe51af3a8192c2993d4b35056d18518c61bd6 100644 (file)
@@ -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;