Commit 116b248f authored by Cyril Deguet's avatar Cyril Deguet

* src/png_bitmap.cpp: support for transparent PNGs

parent 96610695
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* png_bitmap.cpp * png_bitmap.cpp
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: png_bitmap.cpp,v 1.1 2004/01/03 23:31:33 asmax Exp $ * $Id$
* *
* Authors: Cyril Deguet <asmax@via.ecp.fr> * Authors: Cyril Deguet <asmax@via.ecp.fr>
* Olivier Teulire <ipkiss@via.ecp.fr> * Olivier Teulire <ipkiss@via.ecp.fr>
...@@ -119,10 +119,6 @@ PngBitmap::PngBitmap( intf_thread_t *pIntf, string fileName, ...@@ -119,10 +119,6 @@ PngBitmap::PngBitmap( intf_thread_t *pIntf, string fileName,
{ {
*(pData++) = 0; *(pData++) = 0;
} }
else
{
*(pData++) = 0xff;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment