git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix typo in comment
[vlc.git]
/
src
/
misc
/
es_format.c
diff --git
a/src/misc/es_format.c
b/src/misc/es_format.c
index
ec3a90c
..
9f74db0
100644
(file)
--- a/
src/misc/es_format.c
+++ b/
src/misc/es_format.c
@@
-60,7
+60,7
@@
static int BinaryLog( uint32_t i )
*/
static void MaskToShift( int *pi_left, int *pi_right, uint32_t i_mask )
{
*/
static void MaskToShift( int *pi_left, int *pi_right, uint32_t i_mask )
{
- uint32_t i_low, i_high; /* lower
h
and higher bits of the mask */
+ uint32_t i_low, i_high; /* lower and higher bits of the mask */
if( !i_mask )
{
if( !i_mask )
{