File: 03_suppress_warning.diff

package info (click to toggle)
rtmpdump 2.4%2B20151223.gitfa8646d.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 888 kB
  • sloc: ansic: 12,658; makefile: 186; sh: 15
file content (14 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Suppress warning
Author: William King <william.ling@quentustech.com>
Last-Update: 2015-03-29

--- rtmpdump-2.4+20150115.gita107cef.orig/librtmp/rtmp.c
+++ rtmpdump-2.4+20150115.gita107cef/librtmp/rtmp.c
@@ -3969,7 +3969,6 @@ RTMP_SendPacket(RTMP *r, RTMPPacket *pac
     {
       header -= 4;
       hSize += 4;
-      RTMP_Log(RTMP_LOGWARNING, "Larger timestamp than 24-bit: 0x%x", t);
     }
 
   hptr = header;