Skip to content

Commit

Permalink
[Decode]Remove unnecessary code Repeat_show
Browse files Browse the repository at this point in the history
  • Loading branch information
huangli2018 authored and gfxVPLsdm committed Dec 4, 2024
1 parent 0677ea8 commit bf757d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _studio/shared/umc/codec/av1_dec/include/umc_av1_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ namespace UMC_AV1_DECODER
AV1DecoderParams params;
std::vector<AV1DecoderFrame*> outputed_frames; // tore frames need to be output
AV1DecoderFrame* lastest_submitted_frame; // store current frame for Poutput
uint32_t Repeat_show; // show if current frame is repeated frame
uint32_t PreFrame_id;//id of previous frame
uint32_t OldPreFrame_id;//old id of previous frame. When decode LST clip, need this for parsing twice
DPBType last_updated_refs; // previous updated frameDPB
Expand Down

0 comments on commit bf757d5

Please sign in to comment.