[FFmpeg-cvslog] cosmetics: Fix indentation

Martin Storsjö git at videolan.org
Sat May 26 22:41:51 CEST 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri May 25 22:16:06 2012 +0300| [39e29aa019fe076f96a1461a194e82bc20f6e9ef] | committer: Martin Storsjö

cosmetics: Fix indentation

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

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

 libavformat/sapenc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/sapenc.c b/libavformat/sapenc.c
index ca133f5..0c3e95e 100644
--- a/libavformat/sapenc.c
+++ b/libavformat/sapenc.c
@@ -209,7 +209,7 @@ static int sap_write_header(AVFormatContext *s)
     pos += strlen(&sap->ann[pos]) + 1;
 
     if (av_sdp_create(contexts, s->nb_streams, &sap->ann[pos],
-                       sap->ann_size - pos)) {
+                      sap->ann_size - pos)) {
         ret = AVERROR_INVALIDDATA;
         goto fail;
     }



More information about the ffmpeg-cvslog mailing list