#include <shine/layer3.h>
#include "libavutil/intreadwrite.h"
#include "audio_frame_queue.h"
#include "avcodec.h"
#include "internal.h"
#include "mpegaudio.h"
#include "mpegaudiodecheader.h"
Go to the source code of this file.
◆ BUFFER_SIZE
#define BUFFER_SIZE (4096 * 20) |
◆ libshine_encode_init()
◆ libshine_encode_frame()
◆ libshine_encode_close()
◆ libshine_sample_rates
const int libshine_sample_rates[] |
|
static |
Initial value:= {
44100, 48000, 32000, 0
}
Definition at line 129 of file libshine.c.
◆ ff_libshine_encoder
Initial value:= {
.name = "libshine",
0 },
.wrapper_name = "libshine",
}
Definition at line 133 of file libshine.c.