[vlc-devel] commit: The schroedinger decoder does support non packetized streams. ( Laurent Aimar )
git version control
git at videolan.org
Thu May 7 21:23:33 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu May 7 21:22:08 2009 +0200| [e24d1c8da3c437cc051f37f72d7d9aeff4a1678c] | committer: Laurent Aimar
The schroedinger decoder does support non packetized streams.
Thanks David Flynn for the remark.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e24d1c8da3c437cc051f37f72d7d9aeff4a1678c
---
modules/codec/schroedinger.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/codec/schroedinger.c b/modules/codec/schroedinger.c
index c7726f3..8b7abb5 100644
--- a/modules/codec/schroedinger.c
+++ b/modules/codec/schroedinger.c
@@ -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');
More information about the vlc-devel
mailing list