|
FFmpeg
|
Sony ATRAC3+ compatible decoder. More...
#include <stdint.h>#include <string.h>#include "libavutil/channel_layout.h"#include "libavutil/float_dsp.h"#include "avcodec.h"#include "get_bits.h"#include "internal.h"#include "atrac.h"#include "atrac3plus.h"Classes | |
| struct | ATRAC3PContext |
Typedefs | |
| typedef struct ATRAC3PContext | ATRAC3PContext |
Variables | |
| AVCodec | ff_atrac3p_decoder |
| AVCodec | ff_atrac3pal_decoder |
Sony ATRAC3+ compatible decoder.
Container formats used to store its data: RIFF WAV (.at3) and Sony OpenMG (.oma, .aa3).
Technical description of this codec can be found here: http://wiki.multimedia.cx/index.php?title=ATRAC3plus
Kudos to Benjamin Larsson and Michael Karcher for their precious technical help!
| AVCodec ff_atrac3p_decoder |
| AVCodec ff_atrac3pal_decoder |
1.8.12