#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libavformat/avformat.h"
Go to the source code of this file.
Functions | |
static const char * | ret_str (int v) |
static void | ts_str (char buffer[60], int64_t ts, AVRational base) |
int | main (int argc, char **argv) |
Variables | |
static char | buffer [20] |
Definition at line 59 of file seek-test.c.
static const char* ret_str | ( | int | v | ) | [static] |
static void ts_str | ( | char | buffer[60], | |
int64_t | ts, | |||
AVRational | base | |||
) | [static] |
char buffer[20] [static] |
Definition at line 34 of file seek-test.c.
Referenced by aacPlus_encode_init(), av_fifo_peek2(), avi_metadata_creation_time(), avi_read_nikon(), decode(), decode_frame(), decode_thread(), encode_picture_lossless(), Faac_encode_init(), ff_dxva2_common_end_frame(), ff_eval_coefs(), ff_id3v2_parse(), ff_slice_buffer_load_line(), ff_slice_buffer_release(), flac_read_header(), flush_packet(), flv_read_metabody(), get_generic_seed(), gif_image_write_image(), gopher_connect(), gxf_write_mpeg_auxiliary(), http_send_too_busy_reply(), jacosub_decode_frame(), ljpeg_decode_rgb_scan(), matroska_metadata_creation_time(), mkv_write_ass_blocks(), mov_metadata_creation_time(), oggvorbis_encode_frame(), process_callback(), put_main_header(), ret_str(), rtmp_server_handshake(), sdp_parse_fmtp_config_h264(), srt_decode_frame(), srt_move_cb(), srt_read_packet(), srt_to_ass(), unpack_parse_unit(), wc3_read_header(), and wtvfile_open_sector().