From 33c859c142ef3f49b7a6227014ad92a680cf4d74 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 20 Jan 2014 13:59:06 +0100 Subject: lavf: ignore attachment streams for interleaving purposes Those streams should never get any packets by definition. --- libavformat/internal.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index e92f476f50..0e7eb36e32 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -42,6 +42,14 @@ typedef struct CodecMime{ enum AVCodecID id; } CodecMime; +struct AVFormatInternal { + /** + * Number of streams relevant for interleaving. + * Muxing only. + */ + int nb_interleaved_streams; +}; + void ff_dynarray_add(intptr_t **tab_ptr, int *nb_ptr, intptr_t elem); #ifdef __GNUC__ -- cgit v1.2.3