mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	Add SAMPLE_FMT_DBL.
Originally committed as revision 14832 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -1329,6 +1329,8 @@ int av_get_bits_per_sample_format(enum SampleFormat sample_fmt) { | ||||
|     case SAMPLE_FMT_S32: | ||||
|     case SAMPLE_FMT_FLT: | ||||
|         return 32; | ||||
|     case SAMPLE_FMT_DBL: | ||||
|         return 64; | ||||
|     default: | ||||
|         return 0; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Peter Ross
					Peter Ross