Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
1afc9d66
Commit
1afc9d66
authored
Jun 20, 2010
by
Jai Menon
Committed by
Jean-Baptiste Kempf
Jun 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AVFormat Demuxer : Set video ES frame rate.
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
19a50f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/demux/avformat/demux.c
modules/demux/avformat/demux.c
+2
-0
No files found.
modules/demux/avformat/demux.c
View file @
1afc9d66
...
@@ -281,6 +281,8 @@ int OpenDemux( vlc_object_t *p_this )
...
@@ -281,6 +281,8 @@ int OpenDemux( vlc_object_t *p_this )
*
fmt
.
video
.
p_palette
=
*
(
video_palette_t
*
)
cc
->
palctrl
;
*
fmt
.
video
.
p_palette
=
*
(
video_palette_t
*
)
cc
->
palctrl
;
}
}
psz_type
=
"video"
;
psz_type
=
"video"
;
fmt
.
video
.
i_frame_rate
=
cc
->
time_base
.
den
;
fmt
.
video
.
i_frame_rate_base
=
cc
->
time_base
.
num
;
break
;
break
;
case
CODEC_TYPE_SUBTITLE
:
case
CODEC_TYPE_SUBTITLE
:
...
...
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