mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 03:18:55 +08:00
avconv: remove two unused macros.
This commit is contained in:
5
avconv.c
5
avconv.c
@ -681,8 +681,6 @@ static void write_frame(AVFormatContext *s, AVPacket *pkt, AVCodecContext *avctx
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MAX_AUDIO_PACKET_SIZE (128 * 1024)
|
|
||||||
|
|
||||||
static void do_audio_out(AVFormatContext *s,
|
static void do_audio_out(AVFormatContext *s,
|
||||||
OutputStream *ost,
|
OutputStream *ost,
|
||||||
InputStream *ist,
|
InputStream *ist,
|
||||||
@ -966,9 +964,6 @@ static void pre_process_video_frame(InputStream *ist, AVPicture *picture, void *
|
|||||||
*bufp = buf;
|
*bufp = buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* we begin to correct av delay at this threshold */
|
|
||||||
#define AV_DELAY_MAX 0.100
|
|
||||||
|
|
||||||
static void do_subtitle_out(AVFormatContext *s,
|
static void do_subtitle_out(AVFormatContext *s,
|
||||||
OutputStream *ost,
|
OutputStream *ost,
|
||||||
InputStream *ist,
|
InputStream *ist,
|
||||||
|
Reference in New Issue
Block a user