X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fdemux%2Fogg.c;h=9070accf1abcc359d5fe56429edc2d7207d8b192;hp=ed8c5763def2ab3527faac5c15b770981c1d9e51;hb=a60c74bf2d3d56705a103d24dd8133a2995ae41f;hpb=8e550e858819f8d06fd36be9bdc721d19a58d01a diff --git a/modules/demux/ogg.c b/modules/demux/ogg.c index ed8c5763de..9070accf1a 100644 --- a/modules/demux/ogg.c +++ b/modules/demux/ogg.c @@ -1782,7 +1782,7 @@ static void Ogg_ReadDiracHeader( logical_stream_t *p_stream, p_stream->fmt.i_cat = VIDEO_ES; p_stream->fmt.i_codec = VLC_FOURCC( 'd','r','a','c' ); - p_stream->i_granule_shift = 32; + p_stream->i_granule_shift = 22; /* not 32 */ /* Backing up stream headers is not required -- seqhdrs are repeated * thoughout the stream at suitable decoding start points */