]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp6.c
Reindent after last commit.
[ffmpeg] / libavcodec / vp6.c
index 121fb84d32aeb6c470f027a5fe243f10ee48662b..9708fbe85c5666b00abc8e372d51ee16fadbd463 100644 (file)
@@ -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;