Commit 801a2a1d authored by Michael Niedermayer's avatar Michael Niedermayer

mpeg12: fix av_log level and context

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 42dde253
......@@ -2137,9 +2137,9 @@ static void mpeg_decode_user_data(AVCodecContext *avctx,
}
/* for(i=0; !(!p[i-2] && !p[i-1] && p[i]==1) && i<buf_size; i++){
av_log(0,0, "%c", p[i]);
av_log(avctx, AV_LOG_ERROR, "%c", p[i]);
}
av_log(0,0, "\n");*/
av_log(avctx, AV_LOG_ERROR, "\n");*/
}
/* we parse the DTG active format information */
......
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