mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	lavc: Consistently prefix input buffer defines
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
		| @@ -206,7 +206,7 @@ static av_cold int libvorbis_encode_init(AVCodecContext *avctx) | ||||
|                                 xiph_len(header_comm.bytes) + | ||||
|                                 header_code.bytes; | ||||
|     p = avctx->extradata = av_malloc(avctx->extradata_size + | ||||
|                                      FF_INPUT_BUFFER_PADDING_SIZE); | ||||
|                                      AV_INPUT_BUFFER_PADDING_SIZE); | ||||
|     if (!p) { | ||||
|         ret = AVERROR(ENOMEM); | ||||
|         goto error; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Vittorio Giovara
					Vittorio Giovara