mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 04:26:37 +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:
		| @@ -1070,7 +1070,7 @@ static int encode_nal(H264Context *h, uint8_t *dst, uint8_t *src, int length, in | ||||
| static void encode_rbsp_trailing(PutBitContext *pb){ | ||||
|     int length; | ||||
|     put_bits(pb, 1, 1); | ||||
|     length= (-get_bit_count(pb))&7; | ||||
|     length= (-put_bits_count(pb))&7; | ||||
|     if(length) put_bits(pb, length, 0); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Beregszaszi
					Alex Beregszaszi