]> git.sesse.net Git - ffmpeg/commitdiff
cng: Reindent some incorrectly indented lines
authorMartin Storsjö <martin@martin.st>
Tue, 30 Oct 2012 10:09:57 +0000 (12:09 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 30 Oct 2012 14:51:29 +0000 (16:51 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/cngdec.c
libavcodec/cngenc.c

index 4fe7839ae7de674204139357334c27c0a3d5694e..caaa9c175b6beadecfd60d7dca28c4db7d25ee7c 100644 (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;
index 1e3f8f0c8d912d7cb38594d9de40372307252e05..a553a3f924c277adbb2945bae6d429e904d5f0e3 100644 (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;