]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mux.c
get_bits/put_bits: K&R formatting cosmetics
[ffmpeg] / libavformat / mux.c
index 96eecb5a93f1cc0c58b760083450104a9e8bbf3b..f7a7f3a2c9b4e9023836909c1b7f6a57f57127ef 100644 (file)
@@ -305,7 +305,7 @@ int avformat_write_header(AVFormatContext *s, AVDictionary **options)
             return ret;
     }
 
-    if ((ret = init_pts(s) < 0))
+    if ((ret = init_pts(s)) < 0)
         return ret;
 
     return 0;