diff options
author | Martin Storsjö <martin@martin.st> | 2012-10-30 12:09:57 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-10-30 16:51:29 +0200 |
commit | ab9545a290d1f48eb4c361ecd0b5df0a966a9a79 (patch) | |
tree | f27028fde0fb63be9d9cceb893176ea571fafcb2 /libavcodec/cngdec.c | |
parent | 6b68223d315aa4daf2e9006f6f37418ca5766698 (diff) | |
download | ffmpeg-ab9545a290d1f48eb4c361ecd0b5df0a966a9a79.tar.gz |
cng: Reindent some incorrectly indented lines
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/cngdec.c')
-rw-r--r-- | libavcodec/cngdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cngdec.c b/libavcodec/cngdec.c index 4fe7839ae7..caaa9c175b 100644 --- a/libavcodec/cngdec.c +++ b/libavcodec/cngdec.c @@ -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; |