]> git.sesse.net Git - vlc/commitdiff
Fixed doc for vlc_demux.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 13 Oct 2008 19:07:22 +0000 (21:07 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 15 Oct 2008 19:29:27 +0000 (21:29 +0200)
include/vlc_demux.h

index 30b0a6e2536af34c7e781e6f6aae29b3d7b64108..6af44af48c4080d2edc27e86be072c48579ffb78 100644 (file)
@@ -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).