mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Merge commit '76167140a91c081a0cf9d0abcaa4da18d1bacadb'
* commit '76167140a91c081a0cf9d0abcaa4da18d1bacadb': qsvdec: Drop stray extra braces around initializer Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
c7173e5098
@ -90,7 +90,7 @@ static int qsv_decode_init(AVCodecContext *avctx, QSVContext *q)
|
||||
const AVPixFmtDescriptor *desc;
|
||||
mfxSession session = NULL;
|
||||
int iopattern = 0;
|
||||
mfxVideoParam param = { { 0 } };
|
||||
mfxVideoParam param = { 0 };
|
||||
int frame_width = avctx->coded_width;
|
||||
int frame_height = avctx->coded_height;
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user