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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp56.c') diff --git a/libavcodec/vp56.c b/libavcodec/vp56.c index d954c5daf5..663c267213 100644 --- a/libavcodec/vp56.c +++ b/libavcodec/vp56.c @@ -76,7 +76,7 @@ static int vp56_get_vectors_predictors(VP56Context *s, int row, int col, static void vp56_parse_mb_type_models(VP56Context *s) { VP56RangeCoder *c = &s->c; - Vp56Model *model = s->modelp; + VP56Model *model = s->modelp; int i, ctx, type; for (ctx=0; ctx<3; ctx++) { -- cgit v1.2.3