Commit e2544c1f authored by michael's avatar michael

CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2711 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 349d4ad3
......@@ -74,13 +74,13 @@ typedef struct {
#define AC3_ID 0x80
#define LPCM_ID 0xa0
static const int lpcm_freq_tab[4] = { 48000, 96000, 44100, 32000 };
#ifdef CONFIG_ENCODERS
extern AVOutputFormat mpeg1system_mux;
extern AVOutputFormat mpeg1vcd_mux;
extern AVOutputFormat mpeg2vob_mux;
static const int lpcm_freq_tab[4] = { 48000, 96000, 44100, 32000 };
static int put_pack_header(AVFormatContext *ctx,
uint8_t *buf, int64_t timestamp)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment