You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avutil/display: Don't include avutil.h
Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
		| @@ -23,6 +23,7 @@ | ||||
| #include <math.h> | ||||
|  | ||||
| #include "display.h" | ||||
| #include "libm.h" | ||||
| #include "mathematics.h" | ||||
|  | ||||
| // fixed point to double | ||||
|   | ||||
| @@ -27,7 +27,6 @@ | ||||
| #define AVUTIL_DISPLAY_H | ||||
|  | ||||
| #include <stdint.h> | ||||
| #include "common.h" | ||||
|  | ||||
| /** | ||||
|  * @addtogroup lavu_video | ||||
|   | ||||
| @@ -18,6 +18,7 @@ | ||||
|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
|  */ | ||||
|  | ||||
| #include <stdio.h> | ||||
| #include "libavutil/display.c" | ||||
|  | ||||
| static void print_matrix(int32_t matrix[9]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user