Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
ba57e3d2
Commit
ba57e3d2
authored
Jan 27, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc_media_es_t: export ES id
parent
f4f6ef93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
include/vlc/libvlc_media.h
include/vlc/libvlc_media.h
+1
-0
src/control/media.c
src/control/media.c
+1
-0
No files found.
include/vlc/libvlc_media.h
View file @
ba57e3d2
...
...
@@ -151,6 +151,7 @@ typedef struct libvlc_media_es_t
{
/* Codec fourcc */
uint32_t
i_codec
;
int
i_id
;
libvlc_es_type_t
i_type
;
/* Codec specific */
...
...
src/control/media.c
View file @
ba57e3d2
...
...
@@ -673,6 +673,7 @@ libvlc_media_get_es( libvlc_media_t *p_md, libvlc_media_es_t ** pp_es )
p_mes
->
i_codec
=
p_es
->
i_codec
;
p_mes
->
i_id
=
p_es
->
i_id
;
p_mes
->
i_profile
=
p_es
->
i_profile
;
p_mes
->
i_level
=
p_es
->
i_level
;
...
...
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