av_opt_get_int   1200 ffmpeg_opt.c       av_opt_get_int(o->g->sws_opts, "sws_flags", 0, &ost->sws_flags);
av_opt_get_int   1853 ffplay.c               av_opt_get_int(sws_opts, "sws_flags", 0, &sws_flags);
av_opt_get_int   1967 ffplay.c           av_opt_get_int(sws_opts, "sws_flags", 0, &sws_flags);
av_opt_get_int    424 libavcodec/options.c         av_opt_get_int(ctx->priv_data, "num", 0, &i64);
av_opt_get_int    377 libavcodec/opusdec.c             av_opt_get_int(s->swr, "in_sample_rate", 0, &cur_samplerate);
av_opt_get_int     99 libavformat/rtp.c         if (av_opt_get_int(fmt->priv_data, "payload_type", 0, &payload_type) >= 0 &&
av_opt_get_int    690 libavformat/sdp.c                 else if (!av_opt_get_int(c, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option)
av_opt_get_int    966 libavutil/opt.c         av_opt_get_int(obj, field_name, 0, &res) < 0)
av_opt_get_int    773 libavutil/opt.h int av_opt_get_int     (void *obj, const char *name, int search_flags, int64_t    *out_val);
av_opt_get_int   2007 libswscale/utils.c         av_opt_get_int(context, "src_h_chr_pos", 0, &src_h_chr_pos);
av_opt_get_int   2008 libswscale/utils.c         av_opt_get_int(context, "src_v_chr_pos", 0, &src_v_chr_pos);
av_opt_get_int   2009 libswscale/utils.c         av_opt_get_int(context, "dst_h_chr_pos", 0, &dst_h_chr_pos);
av_opt_get_int   2010 libswscale/utils.c         av_opt_get_int(context, "dst_v_chr_pos", 0, &dst_v_chr_pos);