OSDN Git Service

ffplay: in video_thread(), use av_dlog() for timestamp logging.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 22 Jan 2011 14:35:00 +0000 (15:35 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 30 Jan 2011 17:52:01 +0000 (17:52 +0000)
commit13156f40e1f17ec1d0c57e6bf7a2850f673600c0
tree09843578df28d7bfad35bc79a32ef16cd6419766
parent665132e6204766b1d43ce413d6b1cc2a1d34ea29
ffplay: in video_thread(), use av_dlog() for timestamp logging.

Disable logging of rescaled timestamps if DEBUG is not enabled.
Avoid debug log spamming with -loglevel debug.

Signed-off-by: Mans Rullgard <mans@mansr.com>
ffplay.c