Skip to content

Commit c37d78c

Browse files
authored
Merge pull request #343 from Pleune/remove-undocumented-and-removed-pix-fmt
Remove undocumented pix_fmt breaking new builds
2 parents 9c7e4da + 1d1970b commit c37d78c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/usb_cam/formats/av_pixel_format_helper.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -743,12 +743,6 @@ const std::unordered_map<std::string, AVPixelFormat> STR_2_AVPIXFMT = {
743743
///< 16-bit samples,
744744
///< big-endian
745745

746-
747-
{stringify(AV_PIX_FMT_XVMC), AV_PIX_FMT_XVMC}, ///< XVideo Motion
748-
///< Acceleration via common
749-
///< packet passing
750-
751-
752746
{stringify(AV_PIX_FMT_YUV440P10LE), AV_PIX_FMT_YUV440P10LE}, ///< planar YUV 4:4:0,20bpp,
753747
///< (1 Cr & Cb sample per
754748
///< 1x2 Y samples),

0 commit comments

Comments
 (0)