#include <stdint.h>#include "avformat.h"Go to the source code of this file.
Functions | |
| char * | ff_data_to_hex (char *buf, const uint8_t *src, int size) |
| void | av_program_add_stream_index (AVFormatContext *ac, int progid, unsigned int idx) |
| void | ff_interleave_add_packet (AVFormatContext *s, AVPacket *pkt, int(*compare)(AVFormatContext *, AVPacket *, AVPacket *)) |
| Add packet to AVFormatContext->packet_buffer list, determining its interleaved position using compare() function argument. | |
| void av_program_add_stream_index | ( | AVFormatContext * | ac, | |
| int | progid, | |||
| unsigned int | idx | |||
| ) |
| char* ff_data_to_hex | ( | char * | buf, | |
| const uint8_t * | src, | |||
| int | size | |||
| ) |
| void ff_interleave_add_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt, | |||
| int(*)(AVFormatContext *, AVPacket *, AVPacket *) | compare | |||
| ) |
Add packet to AVFormatContext->packet_buffer list, determining its interleaved position using compare() function argument.
Definition at line 2625 of file utils.c.
Referenced by av_interleave_packet_per_dts(), ff_audio_rechunk_interleave(), and ogg_interleave_per_granule().
1.5.8