diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2004-06-26 10:09:42 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2004-06-26 10:09:42 +0000 |
commit | d967e3b8a54a68ff64576a0e493dfead465f67e6 (patch) | |
tree | 95b62eccb73374484704a421399ac7f728c69664 /libavcodec | |
parent | 41aecb13f3d9a8ef2cf55481788249e18821bf58 (diff) | |
download | ffmpeg-d967e3b8a54a68ff64576a0e493dfead465f67e6.tar.gz |
some debug
Originally committed as revision 3257 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 594a4b2642..f6e2934b17 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -5657,6 +5657,8 @@ static int decode_nal_units(H264Context *h, uint8_t *buf, int buf_size){ break; case NAL_FILTER_DATA: break; + default: + av_log(avctx, AV_LOG_ERROR, "Unknown NAL code: %d\n", h->nal_unit_type); } //FIXME move after where irt is set |