comparison audiointerleave.c @ 4418:d5119d75439d libavformat

Move declaration of ff_interleave_add_packet to internal.h. It is an internal function and should not be in an installed header.
author bcoudurier
date Sun, 08 Feb 2009 21:14:46 +0000
parents de5ccc7a4461
children 7854590fb1fd
comparison
equal deleted inserted replaced
4417:de5ccc7a4461 4418:d5119d75439d
21 */ 21 */
22 22
23 #include "libavutil/fifo.h" 23 #include "libavutil/fifo.h"
24 #include "avformat.h" 24 #include "avformat.h"
25 #include "audiointerleave.h" 25 #include "audiointerleave.h"
26 #include "internal.h"
26 27
27 void ff_audio_interleave_close(AVFormatContext *s) 28 void ff_audio_interleave_close(AVFormatContext *s)
28 { 29 {
29 int i; 30 int i;
30 for (i = 0; i < s->nb_streams; i++) { 31 for (i = 0; i < s->nb_streams; i++) {