summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 1820ca5..5e65db3 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -301,6 +301,7 @@ typedef struct H264SliceContext {
int qscale;
int chroma_qp[2]; // QPc
+ int qp_thresh; ///< QP threshold to skip loopfilter
// Weighted pred stuff
int use_weight;
@@ -336,8 +337,6 @@ typedef struct H264Context {
int pixel_shift; ///< 0 for 8-bit H264, 1 for high-bit-depth H264
- int qp_thresh; ///< QP threshold to skip loopfilter
-
/* coded dimensions -- 16 * mb w/h */
int width, height;
ptrdiff_t linesize, uvlinesize;
OpenPOWER on IntegriCloud