comparison vp6.c @ 5708:8f52599c4c6c libavcodec

some simplifications and uniformisation
author aurel
date Mon, 24 Sep 2007 20:43:47 +0000
parents 09fb7275a6bf
children dae0f80edbb3
comparison
equal deleted inserted replaced
5707:c46509aca422 5708:8f52599c4c6c
486 486
487 static int vp6_decode_init(AVCodecContext *avctx) 487 static int vp6_decode_init(AVCodecContext *avctx)
488 { 488 {
489 vp56_context_t *s = avctx->priv_data; 489 vp56_context_t *s = avctx->priv_data;
490 490
491 vp56_init(s, avctx, avctx->codec->id == CODEC_ID_VP6); 491 vp56_init(avctx, avctx->codec->id == CODEC_ID_VP6);
492 s->vp56_coord_div = vp6_coord_div; 492 s->vp56_coord_div = vp6_coord_div;
493 s->parse_vector_adjustment = vp6_parse_vector_adjustment; 493 s->parse_vector_adjustment = vp6_parse_vector_adjustment;
494 s->adjust = vp6_adjust; 494 s->adjust = vp6_adjust;
495 s->filter = vp6_filter; 495 s->filter = vp6_filter;
496 s->parse_coeff = vp6_parse_coeff; 496 s->parse_coeff = vp6_parse_coeff;