Browse Source

avdevice/v4l2: add V4L2_PIX_FMT_SRGGB8

tags/n2.2-rc1
Peter Ross Carl Eugen Hoyos 12 years ago
parent
commit
dd5abb0bac
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavdevice/v4l2-common.c

+ 1
- 0
libavdevice/v4l2-common.c View File

@@ -49,6 +49,7 @@ const struct fmt_map avpriv_fmt_conversion_table[] = {
#ifdef V4L2_PIX_FMT_CPIA1
{ AV_PIX_FMT_NONE, AV_CODEC_ID_CPIA, V4L2_PIX_FMT_CPIA1 },
#endif
{ AV_PIX_FMT_BAYER_RGGB8, AV_CODEC_ID_RAWVIDEO, V4L2_PIX_FMT_SRGGB8 },
{ AV_PIX_FMT_NONE, AV_CODEC_ID_NONE, 0 },
};



Loading…
Cancel
Save