Home
last modified time | relevance | path

Searched refs:has_pps (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dremove_extradata_bsf.c71 int has_pps = 0; in h264_split() local
82 has_pps = 1; in h264_split()
88 else if ((nalu_type != H264_NAL_SEI || has_pps) && in h264_split()
109 int has_pps = 0; in hevc_split() local
122 has_pps = 1; in hevc_split()
123 else if ((nut != HEVC_NAL_SEI_PREFIX || has_pps) && in hevc_split()

Completed in 1 milliseconds