OSDN Git Service

hevc: skip invalid/ignored NALUs when splitting the packet
authorAnton Khirnov <anton@khirnov.net>
Thu, 9 Jul 2015 16:01:08 +0000 (18:01 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jul 2015 16:15:39 +0000 (18:15 +0200)
commitd7bebe4805193783f0b6f292f9127a75709fb7d9
treed7736cbf7b68497f20878b9675788fac91888dee
parentb11acd57326db6c2cc1475dd0bea2a06fbc85aa2
hevc: skip invalid/ignored NALUs when splitting the packet

There is no need to wait until actually decoding the NALU. This will
allow to get rid of the second hls_nal_unit() call later.
libavcodec/hevc.c