[FFmpeg-cvslog] r10289 - trunk/libavcodec/h264.c
diego
subversion
Tue Sep 4 16:48:39 CEST 2007
Author: diego
Date: Tue Sep 4 16:48:39 2007
New Revision: 10289
Log:
Silence warnings about NAL_SVC_NON_IDR in H.264.
patch by Carl Eugen Hoyos, cehoyos ag.or at
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c (original)
+++ trunk/libavcodec/h264.c Tue Sep 4 16:48:39 2007
@@ -7848,7 +7848,7 @@ static int decode_nal_units(H264Context
case NAL_AUXILIARY_SLICE:
break;
default:
- av_log(avctx, AV_LOG_ERROR, "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", h->nal_unit_type, bit_length);
}
}
More information about the ffmpeg-cvslog
mailing list