|  | @@ -441,6 +441,11 @@ av_cold int MPV_encode_init(AVCodecContext *avctx) | 
														
													
														
															
																|  |  | return -1; |  |  | return -1; | 
														
													
														
															
																|  |  | } |  |  | } | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  |  |  |  | if(s->avctx->thread_count < 1){ | 
														
													
														
															
																|  |  |  |  |  | av_log(avctx, AV_LOG_ERROR, "automatic thread number detection not supported by codec, patch welcome\n"); | 
														
													
														
															
																|  |  |  |  |  | return -1; | 
														
													
														
															
																|  |  |  |  |  | } | 
														
													
														
															
																|  |  |  |  |  | 
 | 
														
													
														
															
																|  |  | if(s->avctx->thread_count > 1) |  |  | if(s->avctx->thread_count > 1) | 
														
													
														
															
																|  |  | s->rtp_mode= 1; |  |  | s->rtp_mode= 1; | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
												
													
														
															
																|  | 
 |