Browse Source

cng: Reindent some incorrectly indented lines

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.1
Martin Storsjö 12 years ago
parent
commit
ab9545a290
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/cngdec.c
  2. +1
    -1
      libavcodec/cngenc.c

+ 1
- 1
libavcodec/cngdec.c View File

@@ -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;


+ 1
- 1
libavcodec/cngenc.c View File

@@ -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;


Loading…
Cancel
Save