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
20dab078
Commit
20dab078
authored
Mar 13, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/crystalhd: remove now unecessary buffer_hints.
parent
1ec94b0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
crystalhd.c
libavcodec/crystalhd.c
+0
-2
No files found.
libavcodec/crystalhd.c
View file @
20dab078
...
...
@@ -639,8 +639,6 @@ static inline CopyRet copy_frame(AVCodecContext *avctx,
priv
->
need_second_field
=
interlaced
&&
!
priv
->
need_second_field
;
priv
->
pic
->
buffer_hints
=
FF_BUFFER_HINTS_VALID
|
FF_BUFFER_HINTS_PRESERVE
|
FF_BUFFER_HINTS_REUSABLE
;
if
(
!
priv
->
pic
->
data
[
0
])
{
if
(
ff_get_buffer
(
avctx
,
priv
->
pic
,
AV_GET_BUFFER_FLAG_REF
)
<
0
)
return
RET_ERROR
;
...
...
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