Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
848944e5
Commit
848944e5
authored
Dec 28, 2000
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic change of the debug messages.
parent
18af5a19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/input/input_programs.c
src/input/input_programs.c
+3
-3
No files found.
src/input/input_programs.c
View file @
848944e5
...
...
@@ -3,7 +3,7 @@
* FIXME : check the return value of realloc() and malloc() !
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: input_programs.c,v 1.1
7 2000/12/22 17:53:30
massiot Exp $
* $Id: input_programs.c,v 1.1
8 2000/12/28 18:00:38
massiot Exp $
*
* Authors:
*
...
...
@@ -243,7 +243,7 @@ es_descriptor_t * input_AddES( input_thread_t * p_input,
{
es_descriptor_t
*
p_es
;
intf_DbgMsg
(
"Adding description for ES
%d
"
,
i_es_id
);
intf_DbgMsg
(
"Adding description for ES
0x%x
"
,
i_es_id
);
p_es
=
(
es_descriptor_t
*
)
malloc
(
sizeof
(
es_descriptor_t
)
);
p_input
->
stream
.
i_es_number
++
;
...
...
@@ -470,7 +470,7 @@ int input_SelectES( input_thread_t * p_input, es_descriptor_t * p_es )
decoder_capabilities_t
decoder
;
#ifdef DEBUG_INPUT
intf_DbgMsg
(
"Selecting ES
%d
"
,
p_es
->
i_id
);
intf_DbgMsg
(
"Selecting ES
0x%x
"
,
p_es
->
i_id
);
#endif
if
(
p_es
->
p_decoder_fifo
!=
NULL
)
...
...
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