lavf: ignore attachment streams for interleaving purposes

Those streams should never get any packets by definition.
This commit is contained in:
Anton Khirnov 2014-01-20 13:59:06 +01:00
parent 7b03b65bf0
commit 33c859c142
5 changed files with 28 additions and 1 deletions

View file

@ -2633,6 +2633,7 @@ void avformat_free_context(AVFormatContext *s)
av_freep(&s->chapters);
av_dict_free(&s->metadata);
av_freep(&s->streams);
av_freep(&s->internal);
av_free(s);
}