diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-30 15:42:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-30 18:08:22 +0200 |
commit | 8f9c77e76541f6dbcb8d8e3b83ff93a1eb18c5ef (patch) | |
tree | f2c33d2f0623fbc0c61a80857979f3f703c99f88 /ffmpeg.c | |
parent | e0aee8408479635d9fa130db891233c958a67115 (diff) | |
download | ffmpeg-8f9c77e76541f6dbcb8d8e3b83ff93a1eb18c5ef.tar.gz |
ffmpeg: remove two unused macros.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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, |