Hi all, I use av_parser_parse, to parse a H264 stream. Actually it seems this gives me NAL units back, now I would like to get complete frames - So I somehow need to know, if the NAL contains a new Slice. I checked if AVCodecParserContext->pict_type is set, but it's not. Is there a way to get this information from av_parser? Regards, Julian