]> git.sesse.net Git - vlc/commitdiff
cosmetic fix
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 10 Aug 2005 19:34:18 +0000 (19:34 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 10 Aug 2005 19:34:18 +0000 (19:34 +0000)
include/vlc_es.h

index 834af9ee2a66eb9ca56edee111f5297ac462b8a3..1543fe97d572a182eadfc1503196b876a09161f4 100644 (file)
@@ -61,7 +61,7 @@ struct audio_format_t
     unsigned int i_bytes_per_frame;
 
     /* Number of sampleframes contained in one compressed frame. */
-    unsigned int        i_frame_length;
+    unsigned int i_frame_length;
     /* Please note that it may be completely arbitrary - buffers are not
      * obliged to contain a integral number of so-called "frames". It's
      * just here for the division :