mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Log unknown NAL code from correct context
Originally committed as revision 21090 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2da16f288a
commit
4ad04da214
@ -7656,7 +7656,7 @@ static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size){
|
|||||||
case NAL_AUXILIARY_SLICE:
|
case NAL_AUXILIARY_SLICE:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
av_log(avctx, AV_LOG_DEBUG, "Unknown NAL code: %d (%d bits)\n", h->nal_unit_type, bit_length);
|
av_log(avctx, AV_LOG_DEBUG, "Unknown NAL code: %d (%d bits)\n", hx->nal_unit_type, bit_length);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(context_count == h->max_contexts) {
|
if(context_count == h->max_contexts) {
|
||||||
|
Loading…
Reference in New Issue
Block a user