[FFmpeg-devel] [PATCH 3/6] avcodec/extract_extradata_bsf: use the parsing code from h264_split()

James Almer jamrial at gmail.com
Sat Mar 25 00:39:59 EET 2017


On 3/24/2017 7:31 PM, James Almer wrote:
> The current code discards every non SPS/PPS/VPS NAL from extradata.
> No samples where such filtering breaks decoding has been found, but it's
> nonetheless safer to keep the current behaviour from AVCodecParser for the
> time being, or until the failures with h264 are fixed.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavcodec/extract_extradata_bsf.c | 107 ++++++++++++-------------------------
>  1 file changed, 35 insertions(+), 72 deletions(-)

Err, subject should be hevc_split(). Fixed locally.



More information about the ffmpeg-devel mailing list