Re: [FFmpeg-devel] [PATCH 5/5] avcodec/dxva2(h264|mpeg2|vc1): use av_assert0 instead of assert

2023-12-26 Thread Xiang, Haihao
On Ma, 2023-12-25 at 22:18 +0800, Tong Wu wrote: > Signed-off-by: Tong Wu > --- >  libavcodec/dxva2.c   |  6 +++--- >  libavcodec/dxva2_h264.c  | 16 >  libavcodec/dxva2_mpeg2.c |  2 +- >  libavcodec/dxva2_vc1.c   |  2 +- >  4 files changed, 13 insertions(+), 13 deletions(-) >

[FFmpeg-devel] [PATCH 5/5] avcodec/dxva2(h264|mpeg2|vc1): use av_assert0 instead of assert

2023-12-25 Thread Tong Wu
Signed-off-by: Tong Wu --- libavcodec/dxva2.c | 6 +++--- libavcodec/dxva2_h264.c | 16 libavcodec/dxva2_mpeg2.c | 2 +- libavcodec/dxva2_vc1.c | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c index