diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-12-12 00:51:53 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-12-12 00:51:53 +0000 |
commit | d887151d8c55ac15be346e0236edd21ee05fa151 (patch) | |
tree | bdb2859aeed8a6740a02e541027b9eb02196446f /libavcodec/vp56.c | |
parent | 193ce3ab78b4b01bfab16194c27307e62db61d2f (diff) | |
download | ffmpeg-d887151d8c55ac15be346e0236edd21ee05fa151.tar.gz |
rename Vp56Model to VP56Model for consistency
Originally committed as revision 16073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56.c')
-rw-r--r-- | libavcodec/vp56.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |