Browse Source

Fix comment

pull/2/head
Rémi Denis-Courmont 19 years ago
parent
commit
9ab64bc41c
  1. 2
      include/vlc_es.h

2
include/vlc_es.h

@ -75,7 +75,7 @@ struct audio_format_t
/* FIXME ? (used by the codecs) */
unsigned i_bitspersample;
unsigned i_blockalign;
uint8_t i_channels; /* must be <32 */
uint8_t i_channels; /* must be <=32 */
};
#ifdef WORDS_BIGENDIAN

Loading…
Cancel
Save