[FFmpeg-cvslog] r21090 - trunk/libavcodec/h264.c
andoma
subversion
Fri Jan 8 16:50:26 CET 2010
Author: andoma
Date: Fri Jan 8 16:50:26 2010
New Revision: 21090
Log:
Log unknown NAL code from correct context
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c Fri Jan 8 15:45:24 2010 (r21089)
+++ trunk/libavcodec/h264.c Fri Jan 8 16:50:26 2010 (r21090)
@@ -7656,7 +7656,7 @@ static int decode_nal_units(H264Context
case NAL_AUXILIARY_SLICE:
break;
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) {
More information about the ffmpeg-cvslog
mailing list