You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/snowenc: Remove unused new_picture field
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -121,7 +121,6 @@ typedef struct SnowContext{
|
|||||||
H264QpelContext h264qpel;
|
H264QpelContext h264qpel;
|
||||||
MpegvideoEncDSPContext mpvencdsp;
|
MpegvideoEncDSPContext mpvencdsp;
|
||||||
SnowDWTContext dwt;
|
SnowDWTContext dwt;
|
||||||
const AVFrame *new_picture;
|
|
||||||
AVFrame *input_picture; ///< new_picture with the internal linesizes
|
AVFrame *input_picture; ///< new_picture with the internal linesizes
|
||||||
AVFrame *current_picture;
|
AVFrame *current_picture;
|
||||||
AVFrame *last_picture[MAX_REF_FRAMES];
|
AVFrame *last_picture[MAX_REF_FRAMES];
|
||||||
|
@@ -1584,7 +1584,6 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
|
|||||||
|
|
||||||
}
|
}
|
||||||
emms_c();
|
emms_c();
|
||||||
s->new_picture = pict;
|
|
||||||
|
|
||||||
s->m.picture_number= avctx->frame_number;
|
s->m.picture_number= avctx->frame_number;
|
||||||
if(avctx->flags&AV_CODEC_FLAG_PASS2){
|
if(avctx->flags&AV_CODEC_FLAG_PASS2){
|
||||||
|
Reference in New Issue
Block a user