Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
02854d2a
Commit
02854d2a
authored
Oct 08, 2006
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there.
parent
af043e92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
modules/codec/ffmpeg/demux.c
modules/codec/ffmpeg/demux.c
+0
-1
modules/demux/real.c
modules/demux/real.c
+0
-2
No files found.
modules/codec/ffmpeg/demux.c
View file @
02854d2a
...
...
@@ -255,7 +255,6 @@ void E_(CloseDemux)( vlc_object_t *p_this )
{
demux_t
*
p_demux
=
(
demux_t
*
)
p_this
;
demux_sys_t
*
p_sys
=
p_demux
->
p_sys
;
unsigned
int
i
;
FREENULL
(
p_sys
->
tk
);
if
(
p_sys
->
ic
)
av_close_input_file
(
p_sys
->
ic
);
...
...
modules/demux/real.c
View file @
02854d2a
...
...
@@ -528,8 +528,6 @@ static int Demux( demux_t *p_demux )
p_block
->
i_dts
=
p_block
->
i_pts
=
i_pts
;
tk
->
p_subpackets
[
i_index
]
=
p_block
;
tk
->
i_subpacket
++
;
msg_Err
(
p_demux
,
"PTS!DTS: %lld, %lld"
,
p_block
->
i_dts
,
p_block
->
i_pts
);
}
if
(
tk
->
fmt
.
i_codec
==
VLC_FOURCC
(
'2'
,
'8'
,
'_'
,
'8'
)
)
...
...
Write
Preview
Markdown
is supported
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