lavf: ignore attachment streams for interleaving purposes
Those streams should never get any packets by definition.
This commit is contained in:
parent
7b03b65bf0
commit
33c859c142
5 changed files with 28 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue