Opened 2 years ago
Closed 14 months ago
#9987 closed defect (wontfix)
Example issue in vide_decode.c
Reported by: | enrico vittorini | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
In the decode_video.c example the statement
codec = avcodec_find_decoder(AV_CODEC_ID_MPEG1VIDEO);ΓΉ
Raise an error in Visual Studio 2022:
error C2440: '=': cannot convert from 'const AVCodec *' to 'AVCodec *
Note:
See TracTickets
for help on using tickets.