Skip to content

Commit

Permalink
[Decode] Enable Emu byte removal sw path
Browse files Browse the repository at this point in the history
This patch enables emu byte removal sw path on vvc
  • Loading branch information
SteveZIntel authored and intel-mediadev committed Dec 28, 2024
1 parent 01f6442 commit 2def795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ namespace decode
par.HucProcessing = true;

par.HucBitstreamEnable = 1;
par.EmulationPreventionByteRemoval = 1;
par.EmulationPreventionByteRemoval = 0;
par.StartCodeSearchEngine = 0;
par.StartCodeByte0 = 0;
par.StartCodeByte1 = 0;
Expand Down

0 comments on commit 2def795

Please sign in to comment.