mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 20:26:43 +00:00 
			
		
		
		
	Code review fix.
This commit is contained in:
		
							parent
							
								
									7ae8d04c47
								
							
						
					
					
						commit
						c396149f23
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -84,7 +84,7 @@ int * swr_alloc_set_opts(int *s, int64_t outc, AVSampleFormat outf, int outr, | |||
|     if(inf == AV_SAMPLE_FMT_FLTP) { s = new int(1); } | ||||
|     return s; | ||||
| } | ||||
| void  swr_free(int **s) { delete *s; } | ||||
| void  swr_free(int **s) { delete *s; *s = NULL; } | ||||
| #define SwrContext int | ||||
| #undef AV_SAMPLE_FMT_U8P | ||||
| #define AV_SAMPLE_FMT_U8P 0 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue