[FFmpeg-cvslog] lavf/hls: whitespace cosmetics after 23db5418.

Clément Bœsch git at videolan.org
Wed Nov 21 08:02:27 CET 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed Nov 21 08:01:51 2012 +0100| [030db0c1dd807afca82813f07f5297cd192ebaa1] | committer: Clément Bœsch

lavf/hls: whitespace cosmetics after 23db5418.

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

 libavformat/hls.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/hls.c b/libavformat/hls.c
index e29ab02..f515dfb 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -504,7 +504,7 @@ static int hls_read_header(AVFormatContext *s)
         struct variant *v = c->variants[i];
         AVInputFormat *in_fmt = NULL;
         char bitrate_str[20];
-        AVProgram * program = NULL;
+        AVProgram *program = NULL;
         if (v->n_segments == 0)
             continue;
 
@@ -553,7 +553,7 @@ static int hls_read_header(AVFormatContext *s)
 
         /* Create new AVprogram for variant i */
         program = av_new_program(s, i);
-        if ( !program )
+        if (!program)
             goto fail;
         av_dict_set(&program->metadata, "variant_bitrate", bitrate_str, 0);
 



More information about the ffmpeg-cvslog mailing list