You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/avisynth: remove duplicate av_new_packet() call
Found-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -459,7 +459,6 @@ static int avisynth_read_packet_video(AVFormatContext *s, AVPacket *pkt, | ||||
|                   (int64_t)avs->vi->height) * bits) / 8; | ||||
|     if (!pkt->size) | ||||
|         return AVERROR_UNKNOWN; | ||||
|     av_new_packet(pkt, (int)pkt->size); | ||||
|     if (av_new_packet(pkt, (int)pkt->size) < 0) { | ||||
|         av_free(pkt); | ||||
|         return AVERROR(ENOMEM); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user