changeset 11740:87a5abd9b1ae libavcodec

Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
author benoit
date Mon, 17 May 2010 09:53:59 +0000
parents ceffa0ca7596
children 872971445121
files raw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/raw.c	Sun May 16 23:00:22 2010 +0000
+++ b/raw.c	Mon May 17 09:53:59 2010 +0000
@@ -90,7 +90,7 @@
     { PIX_FMT_YUV444P,  MKTAG('4', '4', '4', 'P') },
     { PIX_FMT_YUVJ444P, MKTAG('4', '4', '4', 'P') },
     { PIX_FMT_MONOWHITE,MKTAG('B', '1', 'W', '0') },
-    { PIX_FMT_MONOBLACK,MKTAG('B', 'O', 'W', '1') },
+    { PIX_FMT_MONOBLACK,MKTAG('B', '0', 'W', '1') },
     { PIX_FMT_BGR8,     MKTAG('B', 'G', 'R',  8 ) },
     { PIX_FMT_RGB8,     MKTAG('R', 'G', 'B',  8 ) },
     { PIX_FMT_BGR4,     MKTAG('B', 'G', 'R',  4 ) },