mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l: missed one reindent.
Originally committed as revision 24563 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
52fa20542b
commit
b6356d9726
@ -482,7 +482,7 @@ static int vp56_size_changed(AVCodecContext *avctx)
|
||||
}
|
||||
|
||||
int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
|
||||
AVPacket *avpkt)
|
||||
AVPacket *avpkt)
|
||||
{
|
||||
const uint8_t *buf = avpkt->data;
|
||||
VP56Context *s = avctx->priv_data;
|
||||
|
Loading…
Reference in New Issue
Block a user