Changes between Initial Version and Version 1 of Ticket #9457
- Timestamp:
- Oct 16, 2021, 7:27:05 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9457 – Description
initial v1 14 14 15 15 Then I load the produced DLLs (avcodec-59.dll, avformat-59.dll, etc...) in a Windows application I have developped. 16 This application can then decode the most common video formats but Icannot decode any AV1-encoded video.16 This application can then decode the most common video (h264, mpeg2, etc...) formats but it cannot decode any AV1-encoded video. 17 17 18 18 And yet the av1 codec appears in the list of supported codecs when I run "configure". 19 19 20 20 Does anybody know why? 21 Do I need to specify a special option during compilation?21 In order to be able to decode AV1, do I need to specify a special option during compilation? 22 22 23 23 Thanks in advance


