git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a45cb92
)
The schroedinger decoder does support non packetized streams.
author
Laurent Aimar
<fenrir@videolan.org>
Thu, 7 May 2009 19:22:08 +0000
(21:22 +0200)
committer
Laurent 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
patch
|
blob
|
history
diff --git
a/modules/codec/schroedinger.c
b/modules/codec/schroedinger.c
index
c7726f3
..
8b7abb5
100644
(file)
--- 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');