[SCM] libav/experimental: Whitespace cosmetics.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:21:06 UTC 2013


The following commit has been merged in the experimental branch:
commit 916393da24307ef7d72f93008dba6ffeef404e32
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed Dec 29 21:23:31 2010 +0000

    Whitespace cosmetics.
    
    Originally committed as revision 26153 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h264pred.c b/libavcodec/h264pred.c
index 05a5899..7edb971 100644
--- a/libavcodec/h264pred.c
+++ b/libavcodec/h264pred.c
@@ -1264,9 +1264,9 @@ void ff_h264_pred_init(H264PredContext *h, int codec_id){
             h->pred4x4[VERT_LEFT_PRED  ]= pred4x4_vertical_left_c;
         h->pred4x4[HOR_UP_PRED         ]= pred4x4_horizontal_up_c;
         if(codec_id != CODEC_ID_VP8) {
-        h->pred4x4[LEFT_DC_PRED        ]= pred4x4_left_dc_c;
-        h->pred4x4[TOP_DC_PRED         ]= pred4x4_top_dc_c;
-        h->pred4x4[DC_128_PRED         ]= pred4x4_128_dc_c;
+            h->pred4x4[LEFT_DC_PRED    ]= pred4x4_left_dc_c;
+            h->pred4x4[TOP_DC_PRED     ]= pred4x4_top_dc_c;
+            h->pred4x4[DC_128_PRED     ]= pred4x4_128_dc_c;
         } else {
             h->pred4x4[TM_VP8_PRED     ]= pred4x4_tm_vp8_c;
             h->pred4x4[DC_127_PRED     ]= pred4x4_127_dc_c;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list