Commit 9ab64bc4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix comment

parent 61d5259e
...@@ -75,7 +75,7 @@ struct audio_format_t ...@@ -75,7 +75,7 @@ struct audio_format_t
/* FIXME ? (used by the codecs) */ /* FIXME ? (used by the codecs) */
unsigned i_bitspersample; unsigned i_bitspersample;
unsigned i_blockalign; unsigned i_blockalign;
uint8_t i_channels; /* must be <32 */ uint8_t i_channels; /* must be <=32 */
}; };
#ifdef WORDS_BIGENDIAN #ifdef WORDS_BIGENDIAN
......
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