diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-07-01 16:28:38 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-07-01 16:28:38 +0000 |
commit | 6eabaef4b8cfa11b33d5367261d47964ea988cde (patch) | |
tree | 47f7b0605b803215e0ec8506e0f58f1a7a22ea3c /libavcodec | |
parent | 7bcef8483f014e61fb338c23ce14dcf3268bcbdf (diff) | |
download | ffmpeg-6eabaef4b8cfa11b33d5367261d47964ea988cde.tar.gz |
cosmetic: improve comment breaking at 80 cols
Originally committed as revision 23938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/vp56.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index 74a14ef42e..6bdea23fdf 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -48,8 +48,8 @@ typedef int (*VP56ParseHeader)(VP56Context *s, const uint8_t *buf, 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; |