[FFmpeg-cvslog] avdevice/v4l2: add V4L2_PIX_FMT_SRGGB8

Peter Ross git at videolan.org
Sun Feb 23 13:52:39 CET 2014


ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Sat Feb 22 23:42:15 2014 +1100| [dd5abb0bac214a4e3c526cdf93d05fa80ad0adca] | committer: Carl Eugen Hoyos

avdevice/v4l2: add V4L2_PIX_FMT_SRGGB8

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd5abb0bac214a4e3c526cdf93d05fa80ad0adca
---

 libavdevice/v4l2-common.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavdevice/v4l2-common.c b/libavdevice/v4l2-common.c
index 572f0ed..1ab67e3 100644
--- a/libavdevice/v4l2-common.c
+++ b/libavdevice/v4l2-common.c
@@ -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                    },
 };
 



More information about the ffmpeg-cvslog mailing list