From: Alex Converse Date: Wed, 28 Jul 2010 05:38:30 +0000 (+0000) Subject: Reindent after last commit. X-Git-Tag: android-x86-4.4-r1~20700 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=52fa20542be9e7eefe79fd54f67ff905ca3ffd63;p=android-x86%2Fexternal-ffmpeg.git Reindent after last commit. Originally committed as revision 24562 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index efc403e110..4785df9ae0 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -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); /** 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;