Skip to content
Snippets Groups Projects
Commit b6356d97 authored by Alex Converse's avatar Alex Converse
Browse files

10l: missed one reindent.

Originally committed as revision 24563 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 52fa2054
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment