libavformat/internal.h File Reference

#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.


Function Documentation

void av_program_add_stream_index ( AVFormatContext ac,
int  progid,
unsigned int  idx 
)

Definition at line 2773 of file utils.c.

Referenced by pmt_cb().

char* ff_data_to_hex ( char *  buf,
const uint8_t *  src,
int  size 
)

Definition at line 3272 of file utils.c.

Referenced by ff_rdt_calc_response_and_checksum().

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().


Generated on Fri Oct 26 02:35:43 2012 for FFmpeg by  doxygen 1.5.8