diff options
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index fd839584ec..3315899a57 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -596,8 +596,17 @@ videocodec rawyv12 status working driver raw format 0x0 + fourcc yv12,YV12 out YV12 +videocodec rawyuy2 + info "RAW YUY2" + status working + driver raw + format 0x0 + fourcc yuy2,YUY2 + out YUY2 + videocodec rawuyvy info "RAW UYVY" status working |