av_add_q         3075 fftools/ffmpeg.c         ost->st->time_base = av_add_q(av_stream_get_codec_timebase(ost->st), (AVRational){0, 1});
av_add_q         3546 fftools/ffmpeg.c             ost->st->time_base = av_add_q(ost->enc_ctx->time_base, (AVRational){0, 1});
av_add_q           60 libavcodec/tests/mpeg12framerate.c         TEST_MATCH(av_add_q(ff_mpeg12_frame_rate_tab[i],
av_add_q          103 libavutil/rational.c     return av_add_q(b, (AVRational) { -c.num, c.den });
av_add_q          144 libavutil/rational.h AVRational av_add_q(AVRational b, AVRational c) av_const;
av_add_q           47 libavutil/tests/rational.c                     r = av_sub_q(av_add_q(b,a), b);