Replace dprintf with av_dlog
dprintf clashes with POSIX.1-2008
This commit is contained in:
@@ -324,9 +324,9 @@ int rtp_check_and_send_back_rr(RTPDemuxContext *s, int count)
|
||||
len = url_close_dyn_buf(pb, &buf);
|
||||
if ((len > 0) && buf) {
|
||||
int result;
|
||||
dprintf(s->ic, "sending %d bytes of RR\n", len);
|
||||
av_dlog(s->ic, "sending %d bytes of RR\n", len);
|
||||
result= url_write(s->rtp_ctx, buf, len);
|
||||
dprintf(s->ic, "result from url_write: %d\n", result);
|
||||
av_dlog(s->ic, "result from url_write: %d\n", result);
|
||||
av_free(buf);
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user