mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/d3d12va_h264: replace assert with av_assert0
Signed-off-by: Tong Wu <tong1.wu@intel.com>
This commit is contained in:
parent
83e0fcbe03
commit
56c671c3b0
@ -60,7 +60,7 @@ static int d3d12va_h264_start_frame(AVCodecContext *avctx,
|
||||
if (!ctx)
|
||||
return -1;
|
||||
|
||||
assert(ctx_pic);
|
||||
av_assert0(ctx_pic);
|
||||
|
||||
ctx->used_mask = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user