[FFmpeg-cvslog] r23938 - trunk/libavcodec/vp56.h
aurel
subversion
Thu Jul 1 18:28:38 CEST 2010
Author: aurel
Date: Thu Jul 1 18:28:38 2010
New Revision: 23938
Log:
cosmetic: improve comment breaking at 80 cols
Modified:
trunk/libavcodec/vp56.h
Modified: trunk/libavcodec/vp56.h
==============================================================================
--- trunk/libavcodec/vp56.h Thu Jul 1 18:09:38 2010 (r23937)
+++ trunk/libavcodec/vp56.h Thu Jul 1 18:28:38 2010 (r23938)
@@ -48,8 +48,8 @@ typedef int (*VP56ParseHeader)(VP56Cont
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;
More information about the ffmpeg-cvslog
mailing list