Commit 6eabaef4 authored by Aurelien Jacobs's avatar Aurelien Jacobs

cosmetic: improve comment breaking at 80 cols

Originally committed as revision 23938 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7bcef848
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment