Opened 18 months ago

Closed 8 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 *

Change History (1)

comment:1 by Elon Musk, 8 months ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.