#include "rational.h"Go to the source code of this file.
Enumerations | |
| enum | AVRounding { AV_ROUND_ZERO = 0, AV_ROUND_INF = 1, AV_ROUND_DOWN = 2, AV_ROUND_UP = 3, AV_ROUND_NEAR_INF = 5 } |
Functions | |
| int64_t | av_rescale (int64_t a, int64_t b, int64_t c) |
| int64_t | av_rescale_rnd (int64_t a, int64_t b, int64_t c, enum AVRounding) |
| int64_t | av_rescale_q (int64_t a, AVRational bq, AVRational cq) |
| enum AVRounding |
Definition at line 10 of file mathematics.h.
Referenced by output_packet().
| int64_t av_rescale_q | ( | int64_t | a, | |
| AVRational | bq, | |||
| AVRational | cq | |||
| ) |
Referenced by av_encode(), do_audio_out(), do_subtitle_out(), do_video_out(), and output_packet().
1.5.6