comparison vp6.c @ 12293:83400282990a libavcodec

Reindent after last commit.
author alexc
date Wed, 28 Jul 2010 05:38:30 +0000
parents d8364962cc4a
children 7c54834209f6
comparison
equal deleted inserted replaced
12292:d8364962cc4a 12293:83400282990a
575 static av_cold int vp6_decode_init(AVCodecContext *avctx) 575 static av_cold int vp6_decode_init(AVCodecContext *avctx)
576 { 576 {
577 VP56Context *s = avctx->priv_data; 577 VP56Context *s = avctx->priv_data;
578 578
579 ff_vp56_init(avctx, avctx->codec->id == CODEC_ID_VP6, 579 ff_vp56_init(avctx, avctx->codec->id == CODEC_ID_VP6,
580 avctx->codec->id == CODEC_ID_VP6A); 580 avctx->codec->id == CODEC_ID_VP6A);
581 s->vp56_coord_div = vp6_coord_div; 581 s->vp56_coord_div = vp6_coord_div;
582 s->parse_vector_adjustment = vp6_parse_vector_adjustment; 582 s->parse_vector_adjustment = vp6_parse_vector_adjustment;
583 s->filter = vp6_filter; 583 s->filter = vp6_filter;
584 s->default_models_init = vp6_default_models_init; 584 s->default_models_init = vp6_default_models_init;
585 s->parse_vector_models = vp6_parse_vector_models; 585 s->parse_vector_models = vp6_parse_vector_models;