[MPlayer-cvslog] r36631 - trunk/libvo/vo_bl.c
reimar
subversion at mplayerhq.hu
Sun Jan 19 13:06:02 CET 2014
Author: reimar
Date: Sun Jan 19 13:06:02 2014
New Revision: 36631
Log:
vo_bl: Fix bpc variable documentation.
Patch by Stefan Schuermans [stefan blinkenarea org].
Modified:
trunk/libvo/vo_bl.c
Modified: trunk/libvo/vo_bl.c
==============================================================================
--- trunk/libvo/vo_bl.c Sun Jan 19 12:32:51 2014 (r36630)
+++ trunk/libvo/vo_bl.c Sun Jan 19 13:06:02 2014 (r36631)
@@ -92,7 +92,7 @@ typedef struct {
int channels;
int width;
int height;
- int bpc; /* bits per component: bpc = 3, channels = 3 => bpp = 24*/
+ int bpc; /* bits per component: bpc = 8, channels = 3 => bpp = 24*/
/* file output functions */
int (*init_file)(bl_file_t *file);
More information about the MPlayer-cvslog
mailing list