projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b490f0c
)
avconv: remove two unused macros.
author
Anton Khirnov
<anton@khirnov.net>
Wed, 17 Aug 2011 16:35:43 +0000
(18:35 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Thu, 18 Aug 2011 06:49:32 +0000
(08:49 +0200)
avconv.c
patch
|
blob
|
history
diff --git
a/avconv.c
b/avconv.c
index
b9410e1
..
6516da2
100644
(file)
--- 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,