mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	get_bit_count -> put_bits_count
Originally committed as revision 2752 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -1049,7 +1049,7 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, | ||||
|     } | ||||
|     emms_c(); | ||||
|      | ||||
|     size= (get_bit_count(&s->pb)+31)/32; | ||||
|     size= (put_bits_count(&s->pb)+31)/32; | ||||
|      | ||||
|     if((s->flags&CODEC_FLAG_PASS1) && (s->picture_number&31)==0){ | ||||
|         int j; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Beregszaszi
					Alex Beregszaszi