Browse Source

h264_sei: log unknown sei messages

Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n2.1
Vittorio Giovara Anton Khirnov 11 years ago
parent
commit
26179964ff
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/h264_sei.c

+ 1
- 0
libavcodec/h264_sei.c View File

@@ -212,6 +212,7 @@ int ff_h264_decode_sei(H264Context *h)
return ret;
break;
default:
av_log(h->avctx, AV_LOG_DEBUG, "unknown SEI type %d\n", type);
skip_bits(&h->gb, 8 * size);
}



Loading…
Cancel
Save