libavcodec/s302m.c File Reference

#include "libavutil/intreadwrite.h"
#include "avcodec.h"

Go to the source code of this file.

Defines

#define AES3_HEADER_LEN   4

Functions

static int s302m_parse_frame_header (AVCodecContext *avctx, const uint8_t *buf, int buf_size)
static int s302m_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)

Variables

AVCodec ff_s302m_decoder


Define Documentation

#define AES3_HEADER_LEN   4

Definition at line 26 of file s302m.c.

Referenced by s302m_decode_frame(), and s302m_parse_frame_header().


Function Documentation

static int s302m_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
AVPacket avpkt 
) [static]

Definition at line 85 of file s302m.c.

static int s302m_parse_frame_header ( AVCodecContext avctx,
const uint8_t *  buf,
int  buf_size 
) [static]

Definition at line 28 of file s302m.c.

Referenced by s302m_decode_frame().


Variable Documentation

Initial value:

 {
    .name           = "s302m",
    .type           = AVMEDIA_TYPE_AUDIO,
    .id             = CODEC_ID_S302M,
    .priv_data_size = 0,
    .decode         = s302m_decode_frame,
    .long_name      = NULL_IF_CONFIG_SMALL("SMPTE 302M"),
}

Definition at line 143 of file s302m.c.


Generated on Fri Oct 26 02:39:46 2012 for FFmpeg by  doxygen 1.5.8