mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
warning patrol
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -82,10 +82,10 @@ typedef struct {
|
||||
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;
|
||||
extern AVOutputFormat mpeg2svcd_mux;
|
||||
static AVOutputFormat mpeg1system_mux;
|
||||
static AVOutputFormat mpeg1vcd_mux;
|
||||
static AVOutputFormat mpeg2vob_mux;
|
||||
static AVOutputFormat mpeg2svcd_mux;
|
||||
|
||||
static int put_pack_header(AVFormatContext *ctx,
|
||||
uint8_t *buf, int64_t timestamp)
|
||||
|
||||
Reference in New Issue
Block a user