Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Linshizhi
ffmpeg.wasm-core
Commits
a18e7b4f
Commit
a18e7b4f
authored
Jan 27, 2011
by
Gwenole Beauchesne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
parent
5c98af95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vaapi_vc1.c
libavcodec/vaapi_vc1.c
+1
-0
No files found.
libavcodec/vaapi_vc1.c
View file @
a18e7b4f
...
...
@@ -160,6 +160,7 @@ static int vaapi_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t
pic_param
->
sequence_fields
.
bits
.
syncmarker
=
s
->
resync_marker
;
pic_param
->
sequence_fields
.
bits
.
rangered
=
v
->
rangered
;
pic_param
->
sequence_fields
.
bits
.
max_b_frames
=
s
->
avctx
->
max_b_frames
;
pic_param
->
sequence_fields
.
bits
.
profile
=
v
->
profile
;
pic_param
->
coded_width
=
s
->
avctx
->
coded_width
;
pic_param
->
coded_height
=
s
->
avctx
->
coded_height
;
pic_param
->
entrypoint_fields
.
value
=
0
;
/* reset all bits */
...
...
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