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
715b8243
Commit
715b8243
authored
Nov 15, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qsv: Drop some unused variables
parent
bb265b76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
qsv.c
libavcodec/qsv.c
+0
-3
No files found.
libavcodec/qsv.c
View file @
715b8243
...
...
@@ -466,9 +466,7 @@ static mfxStatus qsv_frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr)
QSVMid
*
qsv_mid
=
mid
;
AVHWFramesContext
*
hw_frames_ctx
=
(
AVHWFramesContext
*
)
qsv_mid
->
hw_frames_ref
->
data
;
AVQSVFramesContext
*
hw_frames_hwctx
=
hw_frames_ctx
->
hwctx
;
int
size
;
int
ret
;
mfxStatus
err
;
if
(
qsv_mid
->
locked_frame
)
return
MFX_ERR_UNDEFINED_BEHAVIOR
;
...
...
@@ -523,7 +521,6 @@ fail:
static
mfxStatus
qsv_frame_unlock
(
mfxHDL
pthis
,
mfxMemId
mid
,
mfxFrameData
*
ptr
)
{
QSVMid
*
qsv_mid
=
mid
;
int
ret
;
av_frame_free
(
&
qsv_mid
->
locked_frame
);
av_frame_free
(
&
qsv_mid
->
hw_frame
);
...
...
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