diff options
author | Mickaƫl Raulet <mraulet@insa-rennes.fr> | 2013-10-20 09:30:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-22 08:41:14 +0200 |
commit | a8fafa89785bb6f85e764a50cec67fce1d1a4ce5 (patch) | |
tree | eb9270232d19b01b4e1742c0b5bc0df432926ddb /libavcodec/hevc.h | |
parent | 1912842045f2531f11ca90bbd483cd99096b4afd (diff) | |
download | ffmpeg-a8fafa89785bb6f85e764a50cec67fce1d1a4ce5.tar.gz |
hevc: cleaning disable field in deblocking filter(cherry picked from commit 7dd7a27ae850a51b3c9cd07046c422677398f6d5)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index adad57cb27..9091862c8a 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; |