Mercurial > mplayer.hg
changeset 36535:9bd54104cdee
vo_bl: Fix bpc variable documentation.
Patch by Stefan Schuermans [stefan blinkenarea org].
author | reimar |
---|---|
date | Sun, 19 Jan 2014 12:06:02 +0000 |
parents | 9222b4fbe1c8 |
children | a2bf6994df8c |
files | libvo/vo_bl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_bl.c Sun Jan 19 11:32:51 2014 +0000 +++ b/libvo/vo_bl.c Sun Jan 19 12:06:02 2014 +0000 @@ -92,7 +92,7 @@ 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);