summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-17 18:35:43 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-18 08:49:32 +0200
commite659c51563afd0d639c228ac02280cb72394563a (patch)
tree46989ae155f11821344fe75800bc99ffc50894f3 /avconv.c
parentb490f0c2bcec9d66d8878187f7e6661017e6d398 (diff)
avconv: remove two unused macros.
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/avconv.c b/avconv.c
index b9410e110f..6516da21e1 100644
--- a/avconv.c
+++ b/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,
OutputStream *ost,
InputStream *ist,
@@ -966,9 +964,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,