Home
last modified time | relevance | path

Searched refs:av_stream_get_parser (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Davformat.h1135 struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);
Dutils.c145 struct AVCodecParserContext *av_stream_get_parser(const AVStream *st) in av_stream_get_parser() function
/third_party/ffmpeg/fftools/
Dffmpeg.c2681 …int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict+1 : ist->dec… in process_input_packet()
2784 …int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict + 1 : ist->d… in process_input_packet()
/third_party/ffmpeg/doc/
DAPIchanges1280 Add av_stream_get_parser()