|
FFmpeg
|
adtsenc.c File Reference
#include "libavcodec/get_bits.h"#include "libavcodec/put_bits.h"#include "libavcodec/avcodec.h"#include "libavcodec/mpeg4audio.h"#include "avformat.h"
Include dependency graph for adtsenc.c:

Go to the source code of this file.
Data Structures | |
| struct | ADTSContext |
Macros | |
| #define | ADTS_HEADER_SIZE 7 |
| #define | ADTS_MAX_FRAME_BYTES ((1 << 13) - 1) |
Functions | |
| static int | adts_decode_extradata (AVFormatContext *s, ADTSContext *adts, uint8_t *buf, int size) |
| static int | adts_write_header (AVFormatContext *s) |
| static int | adts_write_frame_header (ADTSContext *ctx, uint8_t *buf, int size, int pce_size) |
| static int | adts_write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVOutputFormat | ff_adts_muxer |
Macro Definition Documentation
| #define ADTS_HEADER_SIZE 7 |
Definition at line 29 of file adtsenc.c.
Referenced by adts_write_frame_header(), and adts_write_packet().
| #define ADTS_MAX_FRAME_BYTES ((1 << 13) - 1) |
Definition at line 40 of file adtsenc.c.
Referenced by adts_write_frame_header().
Function Documentation
|
static |
Definition at line 42 of file adtsenc.c.
Referenced by adts_write_header().
|
static |
Definition at line 103 of file adtsenc.c.
Referenced by adts_write_packet().
|
static |
|
static |
Variable Documentation
| AVOutputFormat ff_adts_muxer |
Initial value:
= {
.name = "adts",
.long_name = NULL_IF_CONFIG_SMALL("ADTS AAC (Advanced Audio Coding)"),
.mime_type = "audio/aac",
.extensions = "aac,adts",
.priv_data_size = sizeof(ADTSContext),
.audio_codec = AV_CODEC_ID_AAC,
.video_codec = AV_CODEC_ID_NONE,
}
Definition: libavcodec/avcodec.h:100
static int write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/assenc.c:63
static int adts_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: adtsenc.c:141
Definition: libavcodec/avcodec.h:383
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: adtsenc.c:31
Generated by
1.8.11