Skip to content

Commit

Permalink
Merge pull request #343 from Pleune/remove-undocumented-and-removed-p…
Browse files Browse the repository at this point in the history
…ix-fmt

Remove undocumented pix_fmt breaking new builds
  • Loading branch information
flynneva authored Jan 25, 2025
2 parents 9c7e4da + 1d1970b commit c37d78c
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 c37d78c

Please sign in to comment.