#9987: Example issue in vide_decode.c
-------------------------------------+-------------------------------------
Reporter: enrico | Type: defect
vittorini |
Status: new | Priority: normal
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
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 *''
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9987>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".