FFmpeg
|
#include <shine/layer3.h>
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "audio_frame_queue.h"
#include "avcodec.h"
#include "encode.h"
#include "internal.h"
#include "mpegaudio.h"
#include "mpegaudiodecheader.h"
Go to the source code of this file.
Data Structures | |
struct | SHINEContext |
Macros | |
#define | BUFFER_SIZE (4096 * 20) |
Functions | |
static av_cold int | libshine_encode_init (AVCodecContext *avctx) |
static int | libshine_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
static av_cold int | libshine_encode_close (AVCodecContext *avctx) |
Variables | |
static const int | libshine_sample_rates [] |
const AVCodec | ff_libshine_encoder |
#define BUFFER_SIZE (4096 * 20) |
Definition at line 33 of file libshine.c.
|
static |
Definition at line 43 of file libshine.c.
|
static |
Definition at line 70 of file libshine.c.
|
static |
Definition at line 121 of file libshine.c.
|
static |
Definition at line 130 of file libshine.c.
const AVCodec ff_libshine_encoder |
Definition at line 134 of file libshine.c.