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
55b803e3
Commit
55b803e3
authored
Sep 20, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/snowenc: Remove unused new_picture field
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
77367f61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
snow.h
libavcodec/snow.h
+0
-1
snowenc.c
libavcodec/snowenc.c
+0
-1
No files found.
libavcodec/snow.h
View file @
55b803e3
...
...
@@ -121,7 +121,6 @@ typedef struct SnowContext{
H264QpelContext
h264qpel
;
MpegvideoEncDSPContext
mpvencdsp
;
SnowDWTContext
dwt
;
const
AVFrame
*
new_picture
;
AVFrame
*
input_picture
;
///< new_picture with the internal linesizes
AVFrame
*
current_picture
;
AVFrame
*
last_picture
[
MAX_REF_FRAMES
];
...
...
libavcodec/snowenc.c
View file @
55b803e3
...
...
@@ -1584,7 +1584,6 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
}
emms_c
();
s
->
new_picture
=
pict
;
s
->
m
.
picture_number
=
avctx
->
frame_number
;
if
(
avctx
->
flags
&
AV_CODEC_FLAG_PASS2
){
...
...
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