diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-12-11 23:00:58 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-12-11 23:00:58 +0000 |
commit | 76025d91da3d24ba57e27b6946cbaf40b443ccf7 (patch) | |
tree | 0ea66b6321d83622e68e9dd01ed5b3e36b3d31a6 /libavcodec/vp56.c | |
parent | 3d52bca6bf5794676bf0e89b494124a43bb19309 (diff) | |
download | ffmpeg-76025d91da3d24ba57e27b6946cbaf40b443ccf7.tar.gz |
cosmetics: vertical alignment
Originally committed as revision 16069 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 1ebb54af59..d954c5daf5 100644 --- a/libavcodec/vp56.c +++ b/libavcodec/vp56.c @@ -145,7 +145,7 @@ static void vp56_parse_mb_type_models(VP56Context *s) } static VP56mb vp56_parse_mb_type(VP56Context *s, - VP56mb prev_type, int ctx) + VP56mb prev_type, int ctx) { uint8_t *mb_type_model = s->modelp->mb_type[ctx][prev_type]; VP56RangeCoder *c = &s->c; |