Browse Source

Reindent after last commit.

Originally committed as revision 24562 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Alex Converse 15 years ago
parent
commit
52fa20542b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/vp56.h
  2. +1
    -1
      libavcodec/vp6.c

+ 1
- 1
libavcodec/vp56.h View File

@@ -174,7 +174,7 @@ void ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha);
int ff_vp56_free(AVCodecContext *avctx);
void ff_vp56_init_dequant(VP56Context *s, int quantizer);
int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
AVPacket *avpkt);
AVPacket *avpkt);


/**


+ 1
- 1
libavcodec/vp6.c View 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;


Loading…
Cancel
Save