comparison etc/codecs.conf @ 14614:8422e47929a1

Expose support for 444P and 422P raw video. patch by Stuart Cunningham <stuart_hc at yahoo dot com>
author diego
date Sun, 30 Jan 2005 18:13:07 +0000
parents 5becfc1e6c16
children b063d8421fcc
comparison
equal deleted inserted replaced
14613:c10a234ac711 14614:8422e47929a1
1811 driver raw 1811 driver raw
1812 format 0x0 0x59565955 1812 format 0x0 0x59565955
1813 format 0x20776172 1813 format 0x20776172
1814 fourcc uyvy,UYVY 1814 fourcc uyvy,UYVY
1815 out UYVY 1815 out UYVY
1816
1817 videocodec raw444P
1818 info "RAW 444P"
1819 status working
1820 driver raw
1821 format 0x0 0x50343434
1822 format 0x20776172
1823 fourcc 444p,444P
1824 out 444P
1825
1826 videocodec raw422P
1827 info "RAW 422P"
1828 status working
1829 driver raw
1830 format 0x0 0x50323234
1831 format 0x20776172
1832 fourcc 422p,422P
1833 out 422P
1816 1834
1817 videocodec rawyv12 1835 videocodec rawyv12
1818 info "RAW YV12" 1836 info "RAW YV12"
1819 status working 1837 status working
1820 driver raw 1838 driver raw