avcodec/dxva2: Initialize ConfigBitstreamRaw
Related: CID1591894 Uninitialized scalar variable
Related: CID1591906 Uninitialized scalar variable
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 489c05b9c3)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
d06d312baa
commit
76604d8d47
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ static int dxva_get_decoder_configuration(AVCodecContext *avctx,
|
|||
|
||||
for (i = 0; i < cfg_count; i++) {
|
||||
unsigned score;
|
||||
UINT ConfigBitstreamRaw;
|
||||
UINT ConfigBitstreamRaw = 0;
|
||||
GUID guidConfigBitstreamEncryption;
|
||||
|
||||
#if CONFIG_D3D11VA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue