mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-01 21:12:53 +08:00
lavu: disable wrong value check in get_version() upon api bump.
This commit is contained in:
@@ -41,7 +41,9 @@ unsigned avutil_version(void)
|
||||
if (checks_done)
|
||||
return LIBAVUTIL_VERSION_INT;
|
||||
|
||||
#if FF_API_VDPAU
|
||||
av_assert0(AV_PIX_FMT_VDA_VLD == 81); //check if the pix fmt enum has not had anything inserted or removed by mistake
|
||||
#endif
|
||||
av_assert0(AV_SAMPLE_FMT_DBLP == 9);
|
||||
av_assert0(AVMEDIA_TYPE_ATTACHMENT == 4);
|
||||
av_assert0(AV_PICTURE_TYPE_BI == 7);
|
||||
|
||||
Reference in New Issue
Block a user