Browse Source

ffmpeg: remove two unused macros.

tags/n0.9
Anton Khirnov Michael Niedermayer 14 years ago
parent
commit
8f9c77e765
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      ffmpeg.c

+ 0
- 5
ffmpeg.c View File

@@ -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, static void do_audio_out(AVFormatContext *s,
OutputStream *ost, OutputStream *ost,
InputStream *ist, InputStream *ist,
@@ -1010,9 +1008,6 @@ static void pre_process_video_frame(InputStream *ist, AVPicture *picture, void *
*bufp = buf; *bufp = buf;
} }


/* we begin to correct av delay at this threshold */
#define AV_DELAY_MAX 0.100

static void do_subtitle_out(AVFormatContext *s, static void do_subtitle_out(AVFormatContext *s,
OutputStream *ost, OutputStream *ost,
InputStream *ist, InputStream *ist,


Loading…
Cancel
Save