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
df625057
Commit
df625057
authored
Nov 26, 2019
by
Linjie Fu
Committed by
Zhong Li
Nov 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/qsvenc: Fix some code indentations
Signed-off-by:
Linjie Fu
<
linjie.fu@intel.com
>
parent
1b831bc7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
qsvenc.c
libavcodec/qsvenc.c
+4
-4
qsvenc.h
libavcodec/qsvenc.h
+1
-1
No files found.
libavcodec/qsvenc.c
View file @
df625057
...
...
@@ -764,10 +764,10 @@ FF_ENABLE_DEPRECATION_WARNINGS
#if QSV_HAVE_EXT_VP9_PARAM
if
(
avctx
->
codec_id
==
AV_CODEC_ID_VP9
)
{
q
->
extvp9param
.
Header
.
BufferId
=
MFX_EXTBUFF_VP9_PARAM
;
q
->
extvp9param
.
Header
.
BufferSz
=
sizeof
(
q
->
extvp9param
);
q
->
extvp9param
.
WriteIVFHeaders
=
MFX_CODINGOPTION_OFF
;
q
->
extparam_internal
[
q
->
nb_extparam_internal
++
]
=
(
mfxExtBuffer
*
)
&
q
->
extvp9param
;
q
->
extvp9param
.
Header
.
BufferId
=
MFX_EXTBUFF_VP9_PARAM
;
q
->
extvp9param
.
Header
.
BufferSz
=
sizeof
(
q
->
extvp9param
);
q
->
extvp9param
.
WriteIVFHeaders
=
MFX_CODINGOPTION_OFF
;
q
->
extparam_internal
[
q
->
nb_extparam_internal
++
]
=
(
mfxExtBuffer
*
)
&
q
->
extvp9param
;
}
#endif
...
...
libavcodec/qsvenc.h
View file @
df625057
...
...
@@ -125,7 +125,7 @@ typedef struct QSVEncContext {
mfxExtMultiFrameControl
extmfc
;
#endif
#if QSV_HAVE_EXT_VP9_PARAM
mfxExtVP9Param
extvp9param
;
mfxExtVP9Param
extvp9param
;
#endif
mfxExtOpaqueSurfaceAlloc
opaque_alloc
;
...
...
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