Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove undocumented pix_fmt breaking new builds #343

Open
wants to merge 1 commit into
base: ros2
Choose a base branch
from

Commits on Aug 23, 2024

  1. remove AV_PIX_FMT_XVMC

    This no longer exists in ffmpeg trunk. I see that is exists in older
    versions, such as 2.7. However, here it is not documented.
    
    There are simmilarly named and now document formats such as AV_PIX_FMT_XV30
    and AV_PIX_FMT_XV60, which should probably be supported instread, but I
    will not add these in this commit.
    Pleune committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1d1970b View commit details
    Browse the repository at this point in the history