av_stream_get_parser 2606 fftools/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 2707 fftools/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 1242 libavformat/avformat.h struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);