mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-16 13:51:37 +08:00
dont print "vop not coded" by default
Originally committed as revision 3523 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -5780,6 +5780,7 @@ static int decode_vop_header(MpegEncContext *s, GetBitContext *gb){
|
||||
|
||||
/* vop coded */
|
||||
if (get_bits1(gb) != 1){
|
||||
if(s->avctx->debug&FF_DEBUG_PICT_INFO)
|
||||
av_log(s->avctx, AV_LOG_ERROR, "vop not coded\n");
|
||||
return FRAME_SKIPED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user