changeset 12038:5a794f3f0d75 libavcodec

cosmetic: improve comment breaking at 80 cols
author aurel
date Thu, 01 Jul 2010 16:28:38 +0000
parents 1e89f78c8425
children d5705b52b76e
files vp56.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;