You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Fix avfilter_parse_graph() invalid graph description detection.
See the thread: "[FFmpeg-devel] [PATCH] Fix avfilter-parse-graph()". Originally committed as revision 17222 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -376,7 +376,7 @@ int avfilter_parse_graph(AVFilterGraph *graph, const char *filters, | ||||
|         index++; | ||||
|     } while(chr == ',' || chr == ';'); | ||||
|  | ||||
|     if (*filters) { | ||||
|     if (chr) { | ||||
|         av_log(log_ctx, AV_LOG_ERROR, | ||||
|                "Unable to parse graph description substring: \"%s\"\n", | ||||
|                filters - 1); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user