From: Michael Niedermayer <[email protected]>
---
libavformat/mux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mux.c b/libavformat/mux.c
index 96eecb5..f7a7f3a 100644
--- a/libavformat/mux.c
+++ b/libavformat/mux.c
@@ -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;
--
1.7.9.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel