diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-07-28 05:38:30 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-07-28 05:38:30 +0000 |
commit | 52fa20542be9e7eefe79fd54f67ff905ca3ffd63 (patch) | |
tree | 1611da7ba21082a4a50bbe7e498f1103c05d0016 /libavcodec/vp6.c | |
parent | d9504970830ae6c173acfdf764b3c4e8761fcacf (diff) | |
download | ffmpeg-52fa20542be9e7eefe79fd54f67ff905ca3ffd63.tar.gz |
Reindent after last commit.
Originally committed as revision 24562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp6.c')
-rw-r--r-- | libavcodec/vp6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c index 121fb84d32..9708fbe85c 100644 --- a/libavcodec/vp6.c +++ b/libavcodec/vp6.c @@ -577,7 +577,7 @@ static av_cold int vp6_decode_init(AVCodecContext *avctx) VP56Context *s = avctx->priv_data; ff_vp56_init(avctx, avctx->codec->id == CODEC_ID_VP6, - avctx->codec->id == CODEC_ID_VP6A); + avctx->codec->id == CODEC_ID_VP6A); s->vp56_coord_div = vp6_coord_div; s->parse_vector_adjustment = vp6_parse_vector_adjustment; s->filter = vp6_filter; |