av_d2q 3021 ffmpeg.c st->sample_aspect_ratio = av_d2q(frame_aspect_ratio*frame_height/frame_width, 255); av_d2q 3048 ffmpeg.c video_enc->sample_aspect_ratio = av_d2q(frame_aspect_ratio*video_enc->height/video_enc->width, 255); av_d2q 1270 libavcodec/mpeg12.c avctx->sample_aspect_ratio= av_d2q( av_d2q 73 libavcodec/opt.c else *(AVRational*)dst= av_d2q(num*intnum/den, 1<<24); av_d2q 310 libavcodec/opt.c return av_d2q(num*intnum/den, 1<<24); av_d2q 438 libavcodec/opt.c val = av_d2q(opt->default_val, INT_MAX); av_d2q 1121 libavcodec/utils.c AVRational time_base = av_d2q(strtod(arg, 0), 1001000); av_d2q 1645 libavformat/mov.c st->sample_aspect_ratio = av_d2q( av_d2q 163 libavformat/nuv.c vst->sample_aspect_ratio = av_d2q(aspect * height / width, 10000); av_d2q 164 libavformat/nuv.c vst->r_frame_rate = av_d2q(fps, 60000); av_d2q 70 libavformat/thp.c thp->fps = av_d2q(av_int2flt(get_be32(pb)), INT_MAX);