cosmetic: improve comment breaking at 80 cols
Originally committed as revision 23938 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									7bcef8483f
								
							
						
					
					
						commit
						6eabaef4b8
					
				@ -48,8 +48,8 @@ typedef int  (*VP56ParseHeader)(VP56Context *s, const uint8_t *buf,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
typedef struct {
 | 
					typedef struct {
 | 
				
			||||||
    int high;
 | 
					    int high;
 | 
				
			||||||
    int bits; /* Stored negated (i.e. negative "bits" is a positive number of bits left)
 | 
					    int bits; /* stored negated (i.e. negative "bits" is a positive number of
 | 
				
			||||||
               * in order to eliminate a negate in cache refilling */
 | 
					                 bits left) in order to eliminate a negate in cache refilling */
 | 
				
			||||||
    const uint8_t *buffer;
 | 
					    const uint8_t *buffer;
 | 
				
			||||||
    const uint8_t *end;
 | 
					    const uint8_t *end;
 | 
				
			||||||
    unsigned long code_word;
 | 
					    unsigned long code_word;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user