Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e24d1c8d
Commit
e24d1c8d
authored
May 07, 2009
by
Laurent Aimar
Browse files
The schroedinger decoder does support non packetized streams.
Thanks David Flynn for the remark.
parent
a45cb92f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/schroedinger.c
View file @
e24d1c8d
...
...
@@ -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'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment