FFmpeg
|
soxenc.c File Reference
SoX native format muxer. More...
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "libavutil/dict.h"
#include "avformat.h"
#include "avio_internal.h"
#include "rawenc.h"
#include "sox.h"
Include dependency graph for soxenc.c:
Go to the source code of this file.
Data Structures | |
struct | SoXContext |
Functions | |
static int | sox_write_header (AVFormatContext *s) |
static int | sox_write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_sox_muxer |
Detailed Description
SoX native format muxer.
Definition in file soxenc.c.
Function Documentation
|
static |
|
static |
Variable Documentation
AVOutputFormat ff_sox_muxer |
Initial value:
= {
.name = "sox",
.long_name = NULL_IF_CONFIG_SMALL("SoX native"),
.extensions = "sox",
.priv_data_size = sizeof(SoXContext),
.audio_codec = AV_CODEC_ID_PCM_S32LE,
.video_codec = AV_CODEC_ID_NONE,
}
Definition: libavcodec/avcodec.h:100
static int write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/assenc.c:63
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/rawenc.c:26
Definition: libavcodec/avcodec.h:307
Definition: soxenc.c:40
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11