stream: add vlc_stream_AttachmentNew
commit02ec20713089d52f2565e6752c7498d6d52d90a0
authorThomas Guillem <thomas@gllm.fr>
Fri, 20 Jul 2018 14:26:49 +0000 (20 16:26 +0200)
committerThomas Guillem <thomas@gllm.fr>
Fri, 20 Jul 2018 15:23:03 +0000 (20 17:23 +0200)
tree869435fdbf048370b564c3779bbab5c16dd71b66
parent61adb4eec962811ced766f357460751b50075a0d
stream: add vlc_stream_AttachmentNew

Like vlc_stream_MemoryNew but with an attachment, that is released on stream
destroy.
src/input/stream.h
src/input/stream_memory.c