]> git.sesse.net Git - vlc/commitdiff
The schroedinger decoder does support non packetized streams.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 7 May 2009 19:22:08 +0000 (21:22 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 7 May 2009 19:22:08 +0000 (21:22 +0200)
Thanks David Flynn for the remark.

modules/codec/schroedinger.c

index c7726f308795d9fdd35d06f638956d052c3e2d37..8b7abb5f3711be814299f83a35d2c45638df8f0f 100644 (file)
@@ -115,9 +115,6 @@ static int OpenDecoder( vlc_object_t *p_this )
     p_sys->i_lastpts = -1;
     p_sys->i_frame_pts_delta = 0;
 
-    /* request packetizer */
-    p_dec->b_need_packetized = true;
-
     /* Set output properties */
     p_dec->fmt_out.i_cat = VIDEO_ES;
     p_dec->fmt_out.i_codec = VLC_FOURCC('I','4','2','0');