---
 libavformat/srtp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/srtp.c b/libavformat/srtp.c
index 6659bfc..29adb35 100644
--- a/libavformat/srtp.c
+++ b/libavformat/srtp.c
@@ -28,6 +28,8 @@
 #include "rtpdec.h"
 #include "srtp.h"
 
+// This file uses printf purposefully for printing to stdout instead of stderr.
+
 void ff_srtp_free(struct SRTPContext *s)
 {
     if (!s)
-- 
1.9.0

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to