mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 12:36:41 +08:00 
			
		
		
		
	sunrastenc: switch to ff_alloc_packet2().
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -184,7 +184,7 @@ static int sunrast_encode_frame(AVCodecContext *avctx,  AVPacket *avpkt, | ||||
|     SUNRASTContext *s = avctx->priv_data; | ||||
|     int ret; | ||||
|  | ||||
|     if ((ret = ff_alloc_packet(avpkt, s->size)) < 0) | ||||
|     if ((ret = ff_alloc_packet2(avctx, avpkt, s->size)) < 0) | ||||
|         return ret; | ||||
|  | ||||
|     bytestream2_init_writer(&s->p, avpkt->data, avpkt->size); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer