summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-01-17 22:28:46 +0100
committerAnton Khirnov <anton@khirnov.net>2015-03-21 11:27:13 +0100
commit99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a (patch)
tree2a5a6528a5a30bcb6206ab109c3044013ada7d95 /libavcodec/h264.h
parente6287f077c3e8e4aca11e61dd4bade1351439e6b (diff)
downloadffmpeg-streaming-99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a.zip
ffmpeg-streaming-99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a.tar.gz
h264: move neighbor_transform_size into the per-slice context
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