|
MediaProcessors
|

Public Attributes | |
| struct ffmpeg_audio_dec_ctx_s | ffmpeg_audio_dec_ctx |
| volatile struct ffmpeg_mp3_dec_settings_ctx_s | ffmpeg_mp3_dec_settings_ctx |
FFmpeg's MP3 audio decoder context structure.
Definition at line 90 of file ffmpeg_mp3.c.
| struct ffmpeg_audio_dec_ctx_s ffmpeg_mp3_dec_ctx_s::ffmpeg_audio_dec_ctx |
Generic FFmpeg's audio decoder structure. MUST be the first field in order to be able to cast to both ffmpeg_audio_dec_ctx_t or proc_ctx_t.
Definition at line 96 of file ffmpeg_mp3.c.
| volatile struct ffmpeg_mp3_dec_settings_ctx_s ffmpeg_mp3_dec_ctx_s::ffmpeg_mp3_dec_settings_ctx |
MP3 audio decoder settings. This structure extends (thus can be casted to) audio_settings_dec_ctx_t.
Definition at line 101 of file ffmpeg_mp3.c.
1.8.11