X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Fvc1.c;h=d5e1a3d2ed6b1984e2e4741d244d416dd563c07c;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=f56cc33c9afbab7e62fdfd81ffc06a4068decffd;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/demux/vc1.c b/modules/demux/vc1.c index f56cc33c9a..d5e1a3d2ed 100644 --- a/modules/demux/vc1.c +++ b/modules/demux/vc1.c @@ -134,7 +134,7 @@ static int Demux( demux_t *p_demux) if( ( p_block_in = stream_Block( p_demux->s, VC1_PACKET_SIZE ) ) == NULL ) return 0; - /* */ + /* */ p_block_in->i_dts = 1; p_block_in->i_pts = 1;