From d887151d8c55ac15be346e0236edd21ee05fa151 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Fri, 12 Dec 2008 00:51:53 +0000 Subject: rename Vp56Model to VP56Model for consistency Originally committed as revision 16073 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp56.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/vp56.h') 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; -- cgit v1.2.3