av_get_int 1835 ffmpeg.c sws_flags = av_get_int(sws_opts, "sws_flags", NULL); av_get_int 2322 ffmpeg.c if (av_get_int(avctx_opts[codec_type], "b", NULL) < 1000) av_get_int 1283 ffplay.c sws_flags = av_get_int(sws_opts, "sws_flags", NULL); av_get_int 176 libavcodec/opt.c if (cmd=='+') d= av_get_int(obj, name, NULL) | (int64_t)d; av_get_int 177 libavcodec/opt.c else if(cmd=='-') d= av_get_int(obj, name, NULL) &~(int64_t)d; av_get_int 149 libavcodec/opt.h int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);