libavformat/rtp_aac.c File Reference

#include "avformat.h"
#include "rtp_aac.h"
#include "rtp_internal.h"

Go to the source code of this file.

Defines

#define MAX_FRAMES_PER_PACKET   (s->max_frames_per_packet ? s->max_frames_per_packet : 5)
#define MAX_AU_HEADERS_SIZE   (2 + 2 * MAX_FRAMES_PER_PACKET)

Functions

void ff_rtp_send_aac (AVFormatContext *s1, const uint8_t *buff, int size)


Define Documentation

#define MAX_AU_HEADERS_SIZE   (2 + 2 * MAX_FRAMES_PER_PACKET)

Definition at line 26 of file rtp_aac.c.

Referenced by ff_rtp_send_aac().

#define MAX_FRAMES_PER_PACKET   (s->max_frames_per_packet ? s->max_frames_per_packet : 5)

Definition at line 25 of file rtp_aac.c.

Referenced by ff_rtp_send_aac().


Function Documentation

void ff_rtp_send_aac ( AVFormatContext s1,
const uint8_t buff,
int  size 
)

Definition at line 28 of file rtp_aac.c.

Referenced by rtp_write_packet().


Generated on Thu Apr 2 07:15:43 2009 for ffmpeg by  doxygen 1.5.6