mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	lavc: AV-prefix all codec capabilities
Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
		| @@ -188,7 +188,7 @@ AVCodec ff_libwavpack_encoder = { | ||||
|     .init           = wavpack_encode_init, | ||||
|     .encode2        = wavpack_encode_frame, | ||||
|     .close          = wavpack_encode_close, | ||||
|     .capabilities   = CODEC_CAP_DELAY | CODEC_CAP_SMALL_LAST_FRAME, | ||||
|     .capabilities   = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_SMALL_LAST_FRAME, | ||||
|     .sample_fmts    = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S32, | ||||
|                                                      AV_SAMPLE_FMT_NONE }, | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Vittorio Giovara
					Vittorio Giovara