[SCM] libav/experimental: Log unknown NAL code from correct context

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:57:06 UTC 2013


The following commit has been merged in the experimental branch:
commit 4ad04da2142e6a38aebee0960152488f6820f440
Author: Andreas Öman <andreas at lonelycoder.com>
Date:   Fri Jan 8 15:50:26 2010 +0000

    Log unknown NAL code from correct context
    
    Originally committed as revision 21090 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 898c176..8f6670c 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -7656,7 +7656,7 @@ static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size){
         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) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list