[FFmpeg-cvslog] avformat/argo_asf: cosmetics

Zane van Iperen git at videolan.org
Sun Sep 20 15:51:41 EEST 2020


ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Sun Sep 20 17:53:27 2020 +1000| [39801adc1956b3b9925567b88ecc0a93bd834384] | committer: Zane van Iperen

avformat/argo_asf: cosmetics

Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>

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

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

diff --git a/libavformat/argo_asf.c b/libavformat/argo_asf.c
index eb0c18601d..6f7d9e93c9 100644
--- a/libavformat/argo_asf.c
+++ b/libavformat/argo_asf.c
@@ -348,7 +348,7 @@ static int argo_asf_write_header(AVFormatContext *s)
         const char *end   = strrchr(start, '.');
         size_t      len;
 
-        if(end)
+        if (end)
             len = end - start;
         else
             len = strlen(start);



More information about the ffmpeg-cvslog mailing list