Commit 5d494037 authored by alex's avatar alex

some debug


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3257 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 807ceedd
...@@ -5657,6 +5657,8 @@ static int decode_nal_units(H264Context *h, uint8_t *buf, int buf_size){ ...@@ -5657,6 +5657,8 @@ static int decode_nal_units(H264Context *h, uint8_t *buf, int buf_size){
break; break;
case NAL_FILTER_DATA: case NAL_FILTER_DATA:
break; break;
default:
av_log(avctx, AV_LOG_ERROR, "Unknown NAL code: %d\n", h->nal_unit_type);
} }
//FIXME move after where irt is set //FIXME move after where irt is set
......
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