You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	fixing interlaced dct with 4mv
Originally committed as revision 1050 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -619,6 +619,11 @@ void mpeg4_encode_mb(MpegEncContext * s, | ||||
|                 cbpy ^= 0xf; | ||||
|                 put_bits(pb2, cbpy_tab[cbpy][1], cbpy_tab[cbpy][0]); | ||||
|  | ||||
|                 if(!s->progressive_sequence){ | ||||
|                     if(cbp) | ||||
|                         put_bits(pb2, 1, s->interlaced_dct); | ||||
|                 } | ||||
|      | ||||
|                 if(interleaved_stats){ | ||||
|                     bits= get_bit_count(&s->pb); | ||||
|                     s->misc_bits+= bits - s->last_bits; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user