#include "libavutil/intreadwrite.h"
#include "avformat.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 | sox_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] |
Initial value:
{
"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.5.8