summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vp56.h')
-rw-r--r--libavcodec/vp56.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h
index 2870f2a396..aaa18dd5e9 100644
--- a/libavcodec/vp56.h
+++ b/libavcodec/vp56.h
@@ -84,7 +84,7 @@ typedef struct {
uint8_t coeff_runv[2][14]; /* run value (vp6 only) */
uint8_t mb_type[3][10][10]; /* model for decoding MB type */
uint8_t mb_types_stats[3][10][2];/* contextual, next MB type stats */
-} Vp56Model;
+} VP56Model;
struct vp56_context {
AVCodecContext *avctx;
@@ -155,8 +155,8 @@ struct vp56_context {
VP56ParseCoeffModels parse_coeff_models;
VP56ParseHeader parse_header;
- Vp56Model *modelp;
- Vp56Model models[2];
+ VP56Model *modelp;
+ VP56Model models[2];
/* huffman decoding */
int use_huffman;