Browse Source

demux:asf: fix typo

pull/70/head
Steve Lhomme 8 years ago
parent
commit
cdf2d498e4
  1. 2
      modules/demux/asf/asf.c

2
modules/demux/asf/asf.c

@ -111,7 +111,7 @@ typedef struct
{
mtime_t i_time; /* s */
mtime_t i_sendtime;
mtime_t i_length; /* length of file file */
mtime_t i_length; /* length of file */
uint64_t i_bitrate; /* global file bitrate */
bool b_eos; /* end of current stream */
bool b_eof; /* end of current media */

Loading…
Cancel
Save