av_stream_get_parser 2212 ffmpeg.c int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict+1 : ist->dec_ctx->ticks_per_frame; av_stream_get_parser 2271 ffmpeg.c int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict + 1 : ist->dec_ctx->ticks_per_frame; av_stream_get_parser 1122 libavformat/avformat.h struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);