mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
mpeg12: fix av_log level and context
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
42dde253ec
commit
801a2a1df0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user