diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-22 12:43:43 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-22 12:46:19 +0100 |
commit | 5410a5dc660858920d58a5f09daba264f370f81c (patch) | |
tree | 6d53029cca96abaafad84c01ac3124647dc3b696 /libavcodec/hevc.h | |
parent | 6fe5f770db3ac2a5fb77d2f3bb4eb977be440bbd (diff) | |
parent | 7398e0516f7fdf98e74e5ce8966ac02c28aba754 (diff) | |
download | ffmpeg-5410a5dc660858920d58a5f09daba264f370f81c.tar.gz |
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.h | 13 |
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; |