#include "avformat.h"
#include "rawenc.h"
Go to the source code of this file.
|
#define | PCMDEF(name_, long_name_, ext, codec) |
|
#define PCMDEF |
( |
|
name_, |
|
|
|
long_name_, |
|
|
|
ext, |
|
|
|
codec |
|
) |
| |
Value:
.extensions = ext, \
.audio_codec = codec, \
};
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 25 of file pcmenc.c.