diff vp56.h @ 12038:5a794f3f0d75 libavcodec

cosmetic: improve comment breaking at 80 cols
author aurel
date Thu, 01 Jul 2010 16:28:38 +0000
parents 5de2b84a1fc3
children 160eceee6c3d
line wrap: on
line diff
--- a/vp56.h	Thu Jul 01 16:09:38 2010 +0000
+++ b/vp56.h	Thu Jul 01 16:28:38 2010 +0000
@@ -48,8 +48,8 @@
 
 typedef struct {
     int high;
-    int bits; /* Stored negated (i.e. negative "bits" is a positive number of bits left)
-               * in order to eliminate a negate in cache refilling */
+    int bits; /* stored negated (i.e. negative "bits" is a positive number of
+                 bits left) in order to eliminate a negate in cache refilling */
     const uint8_t *buffer;
     const uint8_t *end;
     unsigned long code_word;