[SCM] libav/experimental: Drop if(0) code.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:04 UTC 2013


The following commit has been merged in the experimental branch:
commit 94cb59944376349d741459f85229a28aa0e91bea
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Feb 14 22:59:19 2010 +0000

    Drop if(0) code.
    
    Originally committed as revision 21825 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 10ef9d6..5189363 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -1281,18 +1281,6 @@ static av_always_inline void hl_decode_mb_internal(H264Context *h, int simple){
     }
     if(h->cbp || IS_INTRA(mb_type))
         s->dsp.clear_blocks(h->mb);
-
-    if(h->deblocking_filter && 0) {
-        backup_mb_border(h, dest_y, dest_cb, dest_cr, linesize, uvlinesize, simple);
-        fill_filter_caches(h, mb_type); //FIXME don't fill stuff which isn't used by filter_mb
-        h->chroma_qp[0] = get_chroma_qp(h, 0, s->current_picture.qscale_table[mb_xy]);
-        h->chroma_qp[1] = get_chroma_qp(h, 1, s->current_picture.qscale_table[mb_xy]);
-        if (!simple && FRAME_MBAFF) {
-            ff_h264_filter_mb     (h, mb_x, mb_y, dest_y, dest_cb, dest_cr, linesize, uvlinesize);
-        } else {
-            ff_h264_filter_mb_fast(h, mb_x, mb_y, dest_y, dest_cb, dest_cr, linesize, uvlinesize);
-        }
-    }
 }
 
 /**

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list