Commit 9ac197ba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: fix stupid typo, sorry

parent 45dd84db
......@@ -30,8 +30,8 @@
/*****************************************************************************
* Stream managment
*****************************************************************************/
vlc_stream_io_callback::vlc_stream_io_callback( stream_t *s_, bool b_owner_ ),
s( s_), b_owner( b_owner_ )
vlc_stream_io_callback::vlc_stream_io_callback( stream_t *s_, bool b_owner_ )
: s( s_), b_owner( b_owner_ )
{
mb_eof = false;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment