You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Fix indentation.
Originally committed as revision 20378 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -72,7 +72,7 @@ static void pcx_palette(const uint8_t **src, uint32_t *dst, unsigned int pallen) | ||||
|     for (i=0; i<pallen; i++) | ||||
|         *dst++ = bytestream_get_be24(src); | ||||
|     if (pallen < 256) | ||||
|     memset(dst, 0, (256 - pallen) * sizeof(*dst)); | ||||
|         memset(dst, 0, (256 - pallen) * sizeof(*dst)); | ||||
| } | ||||
|  | ||||
| static int pcx_decode_frame(AVCodecContext *avctx, void *data, int *data_size, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user