FFmpeg
|
#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"
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 | |
const AVOutputFormat | ff_sox_muxer |
SoX native format muxer
Definition in file soxenc.c.
|
static |
|
static |
const AVOutputFormat ff_sox_muxer |