FFmpeg
|
Go to the source code of this file.
Macros | |
#define | FFMIN(a, b) ((a) > (b) ? (b) : (a)) |
#define | FFMAX(a, b) ((a) > (b) ? (a) : (b)) |
Functions | |
static int64_t | fsize (FILE *f) |
int | main (int argc, char **argv) |
Definition at line 25 of file audiomatch.c.
Referenced by main().
Definition at line 26 of file audiomatch.c.
Referenced by main().
|
static |
Definition at line 28 of file audiomatch.c.
Referenced by adts_aac_probe(), adts_aac_read_packet(), asf_read_stream_properties(), avi_read_header(), bmp_decode_frame(), dv_write_packet(), dxa_read_header(), flush_silent_frames(), flv_read_packet(), loas_probe(), main(), mp3_parse_info_tag(), pmp_header(), and thp_read_header().
Definition at line 36 of file audiomatch.c.