[FFmpeg-cvslog] ffmpeg: remove two unused macros.
Anton Khirnov
git at videolan.org
Tue Aug 30 18:15:04 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Aug 30 15:42:42 2011 +0200| [8f9c77e76541f6dbcb8d8e3b83ff93a1eb18c5ef] | committer: Michael Niedermayer
ffmpeg: remove two unused macros.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f9c77e76541f6dbcb8d8e3b83ff93a1eb18c5ef
---
ffmpeg.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index 38ac075..f9fa2fb 100644
--- a/ffmpeg.c
+++ b/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,
More information about the ffmpeg-cvslog
mailing list