Commit c2163f7c authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/pcm-dvd: Fix debug == FF_DEBUG_PICT_INFO

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6e1f8780
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment