avcodec: increase padding, fixes ticket313
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		@@ -429,7 +429,7 @@ enum CodecID {
 | 
				
			|||||||
 * Note: If the first 23 bits of the additional bytes are not 0, then damaged
 | 
					 * Note: If the first 23 bits of the additional bytes are not 0, then damaged
 | 
				
			||||||
 * MPEG bitstreams could cause overread and segfault.
 | 
					 * MPEG bitstreams could cause overread and segfault.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define FF_INPUT_BUFFER_PADDING_SIZE 8
 | 
					#define FF_INPUT_BUFFER_PADDING_SIZE 16
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * minimum encoding buffer size
 | 
					 * minimum encoding buffer size
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user