mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Originally committed as revision 19550 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7881793dd0
commit
8b44de14d1
9 changed files with 42 additions and 97 deletions
|
|
@ -1232,9 +1232,7 @@ static int find_marker(const uint8_t **pbuf_ptr, const uint8_t *buf_end)
|
|||
}
|
||||
val = -1;
|
||||
found:
|
||||
#ifdef DEBUG
|
||||
av_log(NULL, AV_LOG_VERBOSE, "find_marker skipped %d bytes\n", skipped);
|
||||
#endif
|
||||
dprintf(NULL, "find_marker skipped %d bytes\n", skipped);
|
||||
*pbuf_ptr = buf_ptr;
|
||||
return val;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue