mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
some debug
Originally committed as revision 3257 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
41aecb13f3
commit
d967e3b8a5
@ -5657,6 +5657,8 @@ static int decode_nal_units(H264Context *h, uint8_t *buf, int buf_size){
|
||||
break;
|
||||
case NAL_FILTER_DATA:
|
||||
break;
|
||||
default:
|
||||
av_log(avctx, AV_LOG_ERROR, "Unknown NAL code: %d\n", h->nal_unit_type);
|
||||
}
|
||||
|
||||
//FIXME move after where irt is set
|
||||
|
Loading…
Reference in New Issue
Block a user