Skip to content

Commit

Permalink
remove AV_PIX_FMT_XVMC
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Pleune committed Aug 23, 2024
1 parent 41805f7 commit 4cc8cf3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/usb_cam/formats/av_pixel_format_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -743,12 +743,6 @@ const std::unordered_map<std::string, AVPixelFormat> STR_2_AVPIXFMT = {
///< 16-bit samples,
///< big-endian


{stringify(AV_PIX_FMT_XVMC), AV_PIX_FMT_XVMC}, ///< XVideo Motion
///< Acceleration via common
///< packet passing


{stringify(AV_PIX_FMT_YUV440P10LE), AV_PIX_FMT_YUV440P10LE}, ///< planar YUV 4:4:0,20bpp,
///< (1 Cr & Cb sample per
///< 1x2 Y samples),
Expand Down

0 comments on commit 4cc8cf3

Please sign in to comment.