summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-12-12 00:51:53 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-12-12 00:51:53 +0000
commitd887151d8c55ac15be346e0236edd21ee05fa151 (patch)
treebdb2859aeed8a6740a02e541027b9eb02196446f /libavcodec/vp56.h
parent193ce3ab78b4b01bfab16194c27307e62db61d2f (diff)
rename Vp56Model to VP56Model for consistency
Originally committed as revision 16073 to svn://svn.ffmpeg.org/ffmpeg/trunk
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;