Skip to content
Snippets Groups Projects
Commit ab9545a2 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

cng: Reindent some incorrectly indented lines

parent 6b68223d
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ static void cng_decode_flush(AVCodecContext *avctx)
}
static int cng_decode_frame(AVCodecContext *avctx, void *data,
int *got_frame_ptr, AVPacket *avpkt)
int *got_frame_ptr, AVPacket *avpkt)
{
CNGContext *p = avctx->priv_data;
......
......@@ -67,7 +67,7 @@ static av_cold int cng_encode_init(AVCodecContext *avctx)
}
static int cng_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
const AVFrame *frame, int *got_packet_ptr)
const AVFrame *frame, int *got_packet_ptr)
{
CNGContext *p = avctx->priv_data;
int ret, i;
......
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