comparison h264.c @ 2099:acc845e25a68 libavcodec

some debug
author alex
date Sat, 26 Jun 2004 10:09:42 +0000
parents 141a9539e270
children 96b05a70a154
comparison
equal deleted inserted replaced
2098:9a1f3f29bf99 2099:acc845e25a68
5655 break; 5655 break;
5656 case NAL_PICTURE_DELIMITER: 5656 case NAL_PICTURE_DELIMITER:
5657 break; 5657 break;
5658 case NAL_FILTER_DATA: 5658 case NAL_FILTER_DATA:
5659 break; 5659 break;
5660 default:
5661 av_log(avctx, AV_LOG_ERROR, "Unknown NAL code: %d\n", h->nal_unit_type);
5660 } 5662 }
5661 5663
5662 //FIXME move after where irt is set 5664 //FIXME move after where irt is set
5663 s->current_picture.pict_type= s->pict_type; 5665 s->current_picture.pict_type= s->pict_type;
5664 s->current_picture.key_frame= s->pict_type == I_TYPE; 5666 s->current_picture.key_frame= s->pict_type == I_TYPE;