[FFmpeg-cvslog] hevc: cleaning disable field in deblocking filter( cherry picked from commit 7dd7a27ae850a51b3c9cd07046c422677398f6d5)

Mickaël Raulet git at videolan.org
Tue Oct 22 08:48:08 CEST 2013


ffmpeg | branch: master | Mickaël Raulet <mraulet at insa-rennes.fr> | Sun Oct 20 09:30:27 2013 +0200| [a8fafa89785bb6f85e764a50cec67fce1d1a4ce5] | committer: Michael Niedermayer

hevc: cleaning disable field in deblocking filter(cherry picked from commit 7dd7a27ae850a51b3c9cd07046c422677398f6d5)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8fafa89785bb6f85e764a50cec67fce1d1a4ce5
---

 libavcodec/hevc.c |    1 -
 libavcodec/hevc.h |    1 -
 2 files changed, 2 deletions(-)

diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index 3bc8c68..bfe1ab8 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.c
@@ -1736,7 +1736,6 @@ static int hls_slice_data(HEVCContext *s)
 
         hls_sao_param(s, x_ctb >> s->sps->log2_ctb_size, y_ctb >> s->sps->log2_ctb_size);
 
-        s->deblock[ctb_addr_rs].disable     = s->sh.disable_deblocking_filter_flag;
         s->deblock[ctb_addr_rs].beta_offset = s->sh.beta_offset;
         s->deblock[ctb_addr_rs].tc_offset   = s->sh.tc_offset;
         s->filter_slice_edges[ctb_addr_rs]  = s->sh.slice_loop_filter_across_slices_enabled_flag;
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index adad57c..9091862 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -669,7 +669,6 @@ typedef struct SAOParams {
 } SAOParams;
 
 typedef struct DBParams {
-    uint8_t disable;
     int beta_offset;
     int tc_offset;
 } DBParams;



More information about the ffmpeg-cvslog mailing list