diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-07-28 05:38:30 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-07-28 05:38:30 +0000 |
commit | 52fa20542be9e7eefe79fd54f67ff905ca3ffd63 (patch) | |
tree | 1611da7ba21082a4a50bbe7e498f1103c05d0016 /libavcodec/vp56.h | |
parent | d9504970830ae6c173acfdf764b3c4e8761fcacf (diff) | |
download | ffmpeg-52fa20542be9e7eefe79fd54f67ff905ca3ffd63.tar.gz |
Reindent after last commit.
Originally committed as revision 24562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56.h')
-rw-r--r-- | libavcodec/vp56.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); /** |