summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 189825a..8ed84b4 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -343,6 +343,11 @@ typedef struct H264SliceContext {
unsigned int left_samples_available;
/**
+ * number of neighbors (top and/or left) that used 8x8 dct
+ */
+ int neighbor_transform_size;
+
+ /**
* non zero coeff count cache.
* is 64 if not available.
*/
@@ -399,11 +404,6 @@ typedef struct H264Context {
#define PART_NOT_AVAILABLE -2
/**
- * number of neighbors (top and/or left) that used 8x8 dct
- */
- int neighbor_transform_size;
-
- /**
* block_offset[ 0..23] for frame macroblocks
* block_offset[24..47] for field macroblocks
*/
OpenPOWER on IntegriCloud