[vlc-devel] [PATCH] Support for Http Dynamic Streaming

Jean-Baptiste Kempf jb at videolan.org
Sat Jun 14 12:58:19 CEST 2014


On 13 Jun, Jonathan Thambidurai wrote :
>  modules/stream_filter/hds/hds.c   | 1655 +++++++++++++++++++++++++++++++++++++


It's wayyy better, but we still have warnings that should be fixed :)

  CC       stream_filter/hds/libhds_plugin_la-hds.lo
../../modules/stream_filter/hds/hds.c: In function 'live_thread':
../../modules/stream_filter/hds/hds.c:1030:6: warning: 'return' with no value, in function returning non-void
      return;
      ^
../../modules/stream_filter/hds/hds.c: In function 'parse_Manifest':
../../modules/stream_filter/hds/hds.c:1172:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
             while( attr_name = xml_ReaderNextAttr( vlc_reader, &attr_value ) )
             ^
../../modules/stream_filter/hds/hds.c:1193:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
             while( attr_name = xml_ReaderNextAttr( vlc_reader, &attr_value ) )
             ^
../../modules/stream_filter/hds/hds.c:1228:41: warning: cast from function call of type 'double' to non-matching type 'int' [-Wbad-function-cast]
                 sys->duration_seconds = (int)atof( node );

With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list