Commit fa688128 authored by bcoudurier's avatar bcoudurier

add static, function unused outside

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17068 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9fb50373
......@@ -67,7 +67,7 @@ int ff_audio_interleave_init(AVFormatContext *s,
return 0;
}
int ff_interleave_new_audio_packet(AVFormatContext *s, AVPacket *pkt,
static int ff_interleave_new_audio_packet(AVFormatContext *s, AVPacket *pkt,
int stream_index, int flush)
{
AVStream *st = s->streams[stream_index];
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment