Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-22 15:43:43 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-12-22 15:46:19 +0400
commit5410a5dc660858920d58a5f09daba264f370f81c (patch)
tree6d53029cca96abaafad84c01ac3124647dc3b696 /libavcodec/hevc.h
parent6fe5f770db3ac2a5fb77d2f3bb4eb977be440bbd (diff)
parent7398e0516f7fdf98e74e5ce8966ac02c28aba754 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: hevc: move DSP declarations from hevc.h into hevcdsp.h Conflicts: libavcodec/hevc.h libavcodec/hevcdsp.c libavcodec/hevcdsp.h See: c8dd048ab8cff815c9f4b16a62db0b74df011f0a Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index f26c6cb8b6..4842752820 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -663,19 +663,6 @@ typedef struct TransformUnit {
uint8_t is_cu_qp_delta_coded;
} TransformUnit;
-typedef struct SAOParams {
- int offset_abs[3][4]; ///< sao_offset_abs
- int offset_sign[3][4]; ///< sao_offset_sign
-
- int band_position[3]; ///< sao_band_position
-
- int eo_class[3]; ///< sao_eo_class
-
- int offset_val[3][5]; ///<SaoOffsetVal
-
- uint8_t type_idx[3]; ///< sao_type_idx
-} SAOParams;
-
typedef struct DBParams {
int beta_offset;
int tc_offset;