You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	return EOF in image2 demuxer
Originally committed as revision 19538 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -260,6 +260,8 @@ static int img_read_packet(AVFormatContext *s1, AVPacket *pkt) | ||||
|         if (s1->loop_input && s->img_number > s->img_last) { | ||||
|             s->img_number = s->img_first; | ||||
|         } | ||||
|         if (s->img_number > s->img_last) | ||||
|             return AVERROR_EOF; | ||||
|         if (av_get_frame_filename(filename, sizeof(filename), | ||||
|                                   s->path, s->img_number)<0 && s->img_number > 1) | ||||
|             return AVERROR(EIO); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user