comparison etc/codecs.conf @ 14171:83a1fd8cbdd1

Added rawy800 codec as according to the manpage it should be there (see -rawvideo).
author reimar
date Fri, 17 Dec 2004 13:30:29 +0000
parents 69677a5c669b
children fa80ed52127b
comparison
equal deleted inserted replaced
14170:36247dd04782 14171:83a1fd8cbdd1
1848 driver raw 1848 driver raw
1849 format 0x0 0x39555659 1849 format 0x0 0x39555659
1850 format 0x20776172 1850 format 0x20776172
1851 fourcc yvu9,YVU9 1851 fourcc yvu9,YVU9
1852 out YVU9 1852 out YVU9
1853
1854 videocodec rawy800
1855 info "RAW Y8/Y800"
1856 status working
1857 driver raw
1858 format 0x0
1859 format 0x20203859 ; "Y8 "
1860 fourcc y800,Y800
1861 out Y800,Y8
1853 1862
1854 ; NULL codec - for testing. 1863 ; NULL codec - for testing.
1855 1864
1856 videocodec null 1865 videocodec null
1857 info "NULL codec (no decoding!)" 1866 info "NULL codec (no decoding!)"