OSDN Git Service

h264_parser: don't stop on SPS_EXT in split
authorJohn Stebbins <stebbins@jetheaddev.com>
Fri, 31 Oct 2014 15:24:38 +0000 (08:24 -0700)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 11 Nov 2014 10:49:55 +0000 (11:49 +0100)
commit1b667269062eb6aec0b8726393ea91b7f7f57fde
tree4d3a48579177e8a493649cbcf1d996eeac1479b9
parent4cb9f1a77432de6f368df69bebbc082368a88c86
h264_parser: don't stop on SPS_EXT in split

Add SPS_EXT, SEI, and subset SPS to codes that are skipped during split.
These codes can come before the PPS and results in incomplete extradata.
libavcodec/h264_parser.c