summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-09 09:30:10 +0200
committerAnton Khirnov <anton@khirnov.net>2016-06-12 20:27:53 +0200
commit39ab2ea53121b9976a619cd545fbd3464b908696 (patch)
treec7c7b1266c5bbfb2521e8059d5fecd9762c919e0 /libavcodec/h264.h
parent7ab5d577a9affe3397c08b032f983f9bf7101865 (diff)
h264: rename mmco_index to nb_mmco
The variable stores the number of mmco entries, so the current name is misleading.
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index a87680b9d7..feccf3a60f 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -574,7 +574,7 @@ typedef struct H264Context {
* memory management control operations buffer.
*/
MMCO mmco[MAX_MMCO_COUNT];
- int mmco_index;
+ int nb_mmco;
int mmco_reset;
int long_ref_count; ///< number of actual long term references