You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
ffmpeg: remove two unused macros.
This commit is contained in:
committed by
Michael Niedermayer
parent
e0aee84084
commit
8f9c77e765
5
ffmpeg.c
5
ffmpeg.c
@@ -725,8 +725,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,
|
||||
OutputStream *ost,
|
||||
InputStream *ist,
|
||||
@@ -1010,9 +1008,6 @@ static void pre_process_video_frame(InputStream *ist, AVPicture *picture, void *
|
||||
*bufp = buf;
|
||||
}
|
||||
|
||||
/* we begin to correct av delay at this threshold */
|
||||
#define AV_DELAY_MAX 0.100
|
||||
|
||||
static void do_subtitle_out(AVFormatContext *s,
|
||||
OutputStream *ost,
|
||||
InputStream *ist,
|
||||
|
Reference in New Issue
Block a user