[FFmpeg-cvslog] cng: Reindent some incorrectly indented lines

Martin Storsjö git at videolan.org
Wed Oct 31 13:47:07 CET 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Oct 30 12:09:57 2012 +0200| [ab9545a290d1f48eb4c361ecd0b5df0a966a9a79] | committer: Martin Storsjö

cng: Reindent some incorrectly indented lines

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab9545a290d1f48eb4c361ecd0b5df0a966a9a79
---

 libavcodec/cngdec.c |    2 +-
 libavcodec/cngenc.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/cngdec.c b/libavcodec/cngdec.c
index 4fe7839..caaa9c1 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;
diff --git a/libavcodec/cngenc.c b/libavcodec/cngenc.c
index 1e3f8f0..a553a3f 100644
--- a/libavcodec/cngenc.c
+++ b/libavcodec/cngenc.c
@@ -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;



More information about the ffmpeg-cvslog mailing list