summaryrefslogtreecommitdiff
path: root/libavcodec/pcm-dvd.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-11 04:53:37 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-11 04:53:37 +0200
commitc2163f7cc74778b5e81a45a56ca244aeff57897d (patch)
tree557ba406639b049c3371533a0b33a4e0106ae5f6 /libavcodec/pcm-dvd.c
parent6e1f8780c833ef55815111d4771b95ff78567cdb (diff)
avcodec/pcm-dvd: Fix debug == FF_DEBUG_PICT_INFO
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/pcm-dvd.c')
-rw-r--r--libavcodec/pcm-dvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pcm-dvd.c b/libavcodec/pcm-dvd.c
index 47d5d68dfd..e729cb64ed 100644
--- a/libavcodec/pcm-dvd.c
+++ b/libavcodec/pcm-dvd.c
@@ -73,7 +73,7 @@ static int pcm_dvd_parse_header(AVCodecContext *avctx, const uint8_t *header)
s->last_header = -1;
if (avctx->debug & FF_DEBUG_PICT_INFO)
- ff_dlog(avctx, "pcm_dvd_parse_header: header = %02x%02x%02x\n",
+ av_log(avctx, AV_LOG_DEBUG, "pcm_dvd_parse_header: header = %02x%02x%02x\n",
header[0], header[1], header[2]);
/*
* header[0] emphasis (1), muse(1), reserved(1), frame number(5)