Commit b75afd25 authored by hwren's avatar hwren Committed by Mark Thompson

lavc/libdavs2: remove unused frame counter

Signed-off-by: 's avatarhwren <hwrenx@126.com>
parent b6743570
...@@ -32,8 +32,6 @@ typedef struct DAVS2Context { ...@@ -32,8 +32,6 @@ typedef struct DAVS2Context {
davs2_param_t param; // decoding parameters davs2_param_t param; // decoding parameters
davs2_packet_t packet; // input bitstream davs2_packet_t packet; // input bitstream
int decoded_frames;
davs2_picture_t out_frame; // output data, frame data davs2_picture_t out_frame; // output data, frame data
davs2_seq_info_t headerset; // output data, sequence header davs2_seq_info_t headerset; // output data, sequence header
...@@ -102,7 +100,6 @@ static int davs2_dump_frames(AVCodecContext *avctx, davs2_picture_t *pic, ...@@ -102,7 +100,6 @@ static int davs2_dump_frames(AVCodecContext *avctx, davs2_picture_t *pic,
frame->pict_type = pic->type; frame->pict_type = pic->type;
frame->format = avctx->pix_fmt; frame->format = avctx->pix_fmt;
cad->decoded_frames++;
return 1; return 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment