You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	ffserver: remove stale debug stanza
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
This commit is contained in:
		| @@ -3474,7 +3474,6 @@ static void extract_mpeg4_header(AVFormatContext *infile) | ||||
|                 if (p[0] == 0x00 && p[1] == 0x00 && | ||||
|                     p[2] == 0x01 && p[3] == 0xb6) { | ||||
|                     size = p - pkt.data; | ||||
|                     //                    av_hex_dump_log(infile, AV_LOG_DEBUG, pkt.data, size); | ||||
|                     st->codec->extradata = av_mallocz(size + FF_INPUT_BUFFER_PADDING_SIZE); | ||||
|                     st->codec->extradata_size = size; | ||||
|                     memcpy(st->codec->extradata, pkt.data, size); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user