]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtmpproto.c
Merge commit '5aed1d4240d411533c102eec6944aa925b7f4964'
[ffmpeg] / libavformat / rtmpproto.c
index 3d7cdaab2db9476c77d9704569a7ee471a0f0aa5..43ddfe8ecc4f278d46bf3445da8f78e54af54fe9 100644 (file)
@@ -2315,7 +2315,7 @@ static int rtmp_parse_result(URLContext *s, RTMPContext *rt, RTMPPacket *pkt)
 
     switch (pkt->type) {
     case RTMP_PT_BYTES_READ:
-        av_dlog(s, "received bytes read report\n");
+        av_log(s, AV_LOG_TRACE, "received bytes read report\n");
         break;
     case RTMP_PT_CHUNK_SIZE:
         if ((ret = handle_chunk_size(s, pkt)) < 0)