MediaProcessors
Public Attributes | List of all members
ffmpeg_audio_dec_ctx_s Struct Reference

#include <ffmpeg_audio.h>

Collaboration diagram for ffmpeg_audio_dec_ctx_s:
Collaboration graph
[legend]

Public Attributes

struct proc_ctx_s proc_ctx
 
const AVCodec * avcodec
 
AVCodecContext * avcodecctx
 
int sample_fmt_output
 

Detailed Description

FFmpeg audio decoding common context structure.

Definition at line 65 of file ffmpeg_audio.h.

Member Data Documentation

const AVCodec* ffmpeg_audio_dec_ctx_s::avcodec

FFmpeg's static CODEC context structure characterizing audio decoder.

Definition at line 74 of file ffmpeg_audio.h.

AVCodecContext* ffmpeg_audio_dec_ctx_s::avcodecctx

FFmpeg's decoder instance context structure.

Definition at line 78 of file ffmpeg_audio.h.

struct proc_ctx_s ffmpeg_audio_dec_ctx_s::proc_ctx

Generic processor context structure. MUST be the first field in order to be able to cast to proc_ctx_t.

Definition at line 70 of file ffmpeg_audio.h.

int ffmpeg_audio_dec_ctx_s::sample_fmt_output

User specified samples output format (may differ from native-decoder format)

Definition at line 83 of file ffmpeg_audio.h.


The documentation for this struct was generated from the following file: