|
Libav 0.7.1
|
SoX native format muxer. More...
#include "libavutil/intreadwrite.h"#include "libavutil/dict.h"#include "avformat.h"#include "avio_internal.h"#include "sox.h"Go to the source code of this file.
Data Structures | |
| struct | SoXContext |
Functions | |
| static int | sox_write_header (AVFormatContext *s) |
| static int | sox_write_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | sox_write_trailer (AVFormatContext *s) |
Variables | |
| AVOutputFormat | ff_sox_muxer |
SoX native format muxer.
Definition in file soxenc.c.
| static int sox_write_header | ( | AVFormatContext * | s | ) | [static] |
| static int sox_write_packet | ( | AVFormatContext * | s, |
| AVPacket * | pkt | ||
| ) | [static] |
| static int sox_write_trailer | ( | AVFormatContext * | s | ) | [static] |
{
"sox",
NULL_IF_CONFIG_SMALL("SoX native format"),
NULL,
"sox",
sizeof(SoXContext),
CODEC_ID_PCM_S32LE,
CODEC_ID_NONE,
sox_write_header,
sox_write_packet,
sox_write_trailer,
}
1.7.4