Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GSoC2018
macOS
vlc
Commits
5d2341eb
Commit
5d2341eb
authored
Dec 01, 2016
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
codec: mediacodec: pictures are progressive
parent
41d21a66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/codec/omxil/mediacodec.c
modules/codec/omxil/mediacodec.c
+1
-0
No files found.
modules/codec/omxil/mediacodec.c
View file @
5d2341eb
...
...
@@ -979,6 +979,7 @@ static int Video_ProcessOutput(decoder_t *p_dec, mc_api_out *p_out,
p_pic
->
date
=
p_out
->
u
.
buf
.
i_ts
;
else
p_pic
->
date
=
forced_ts
;
p_pic
->
b_progressive
=
true
;
if
(
p_sys
->
api
->
b_direct_rendering
)
{
...
...
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