[vlc-devel] commit: Fixed doc for vlc_demux. (Laurent Aimar )
git version control
git at videolan.org
Wed Oct 15 21:30:43 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Oct 13 21:07:22 2008 +0200| [d1ff0bbaaefb5e2eaaa7d4defac744fbba5ecf61] | committer: Laurent Aimar
Fixed doc for vlc_demux.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1ff0bbaaefb5e2eaaa7d4defac744fbba5ecf61
---
include/vlc_demux.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_demux.h b/include/vlc_demux.h
index 30b0a6e..6af44af 100644
--- a/include/vlc_demux.h
+++ b/include/vlc_demux.h
@@ -106,7 +106,7 @@ enum demux_query_e
* reading everything (you should not use this to call es_out_Control)
* if you don't know what to do with it, just IGNORE it, it is safe(r)
* -1 means all group, 0 default group (first es added) */
- DEMUX_SET_GROUP, /* arg1= int can fail */
+ DEMUX_SET_GROUP, /* arg1= int, arg2=const vlc_list_t * can fail */
/* Ask the demux to demux until the given date at the next pf_demux call
* but not more (and not less, at the precision available of course).
More information about the vlc-devel
mailing list