[vlc-commits] stream_memory: remove no-op
Rémi Denis-Courmont
git at videolan.org
Wed Jul 20 23:06:54 CEST 2016
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jul 20 20:42:09 2016 +0300| [f385f5ce5a5821647e5a2f4d37b93e30538d7841] | committer: Rémi Denis-Courmont
stream_memory: remove no-op
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f385f5ce5a5821647e5a2f4d37b93e30538d7841
---
src/input/stream_memory.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/input/stream_memory.c b/src/input/stream_memory.c
index 3fc23a9..28ed9c0 100644
--- a/src/input/stream_memory.c
+++ b/src/input/stream_memory.c
@@ -74,7 +74,6 @@ stream_t *stream_MemoryNew( vlc_object_t *p_this, uint8_t *p_buffer,
s->pf_read = Read;
s->pf_seek = Seek;
s->pf_control = Control;
- s->p_input = NULL;
return s;
}
More information about the vlc-commits
mailing list