[vlc-commits] stream: remove stream_t.pf_peek
Rémi Denis-Courmont
git at videolan.org
Thu Jul 23 20:09:31 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul 23 21:06:21 2015 +0300| [5ce6b6a8581f9d1a88f19676f2a5594f1cf74276] | committer: Rémi Denis-Courmont
stream: remove stream_t.pf_peek
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ce6b6a8581f9d1a88f19676f2a5594f1cf74276
---
include/vlc_stream.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/vlc_stream.h b/include/vlc_stream.h
index 2b99d4a..7c0831c 100644
--- a/include/vlc_stream.h
+++ b/include/vlc_stream.h
@@ -60,7 +60,6 @@ struct stream_t
/* */
int (*pf_read) ( stream_t *, void *p_read, unsigned int i_read );
- int (*pf_peek) ( stream_t *, const uint8_t **pp_peek, unsigned int i_peek );
input_item_t *(*pf_readdir)( stream_t * );
int (*pf_control)( stream_t *, int i_query, va_list );
More information about the vlc-commits
mailing list