Changes between Initial Version and Version 1 of Ticket #9457


Ignore:
Timestamp:
Oct 16, 2021, 7:27:05 PM (5 years ago)
Author:
Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9457 – Description

    initial v1  
    1414
    1515Then 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 I cannot decode any AV1-encoded video.
     16This application can then decode the most common video (h264, mpeg2, etc...) formats but it cannot decode any AV1-encoded video.
    1717
    1818And yet the av1 codec appears in the list of supported codecs when I run "configure".
    1919
    2020Does anybody know why?
    21 Do I need to specify a special option during compilation?
     21In order to be able to decode AV1, do I need to specify a special option during compilation?
    2222
    2323Thanks in advance