summaryrefslogtreecommitdiff
path: root/libavformat/audiointerleave.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-02-08 21:09:50 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-02-08 21:09:50 +0000
commit18099ade6fbacf793e1c4d75ca71906c5abd40e8 (patch)
tree05b465689a96a5cbb777c5eab06ae287d31e549c /libavformat/audiointerleave.h
parent61ccbc52ea0e963630688204fcefe28c876ca480 (diff)
Declare ff_interleave_new_audio_packet as static, it is not used
outside of audiointerleave.c. Also remove the function declaration from the header as it is now static. Originally committed as revision 17068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/audiointerleave.h')
-rw-r--r--libavformat/audiointerleave.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/audiointerleave.h b/libavformat/audiointerleave.h
index d5b2957c00..9a228f8c5d 100644
--- a/libavformat/audiointerleave.h
+++ b/libavformat/audiointerleave.h
@@ -40,8 +40,6 @@ int ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, A
void ff_audio_interleave_close(AVFormatContext *s);
int ff_interleave_compare_dts(AVFormatContext *s, AVPacket *next, AVPacket *pkt);
-int ff_interleave_new_audio_packet(AVFormatContext *s, AVPacket *pkt,
- int stream_index, int flush);
/**
* Rechunk audio pcm packets per AudioInterleaveContext->samples_per_frame
* and interleave them correctly.