You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Merge remote-tracking branch 'cigaes/master'
* cigaes/master: lavd/xv: report if no adaptor present. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -149,6 +149,10 @@ static int xv_write_header(AVFormatContext *s) | ||||
|         ret = AVERROR_EXTERNAL; | ||||
|         goto fail; | ||||
|     } | ||||
|     if (!num_adaptors) { | ||||
|         av_log(s, AV_LOG_ERROR, "No X-Video adaptors present\n"); | ||||
|         return AVERROR(ENODEV); | ||||
|     } | ||||
|     xv->xv_port = ai[0].base_id; | ||||
|     XvFreeAdaptorInfo(ai); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user