From 0b0aa3b06fac0bcdeb31d5e2211d1ba149531692 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Thu, 6 Oct 2022 14:30:48 -0400 Subject: GL renderer preparation --- functions.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 1e044d1..88278fe 100644 --- a/functions.h +++ b/functions.h @@ -1,3 +1,6 @@ +static bool32 AV_IsFileSupported(char *filename, bool32 *IsVideo); + +# if 0 // Buffer management @@ -16,7 +19,6 @@ static bool32 Source_Generate(project_data *File, project_state *State, memory * // Libav (ffmpeg) backend for decoding video -static bool32 AV_IsFileSupported(char *filename, bool32 *IsVideo); static void AV_Init(char *filename, source *Source, memory *Memory); // Initializes all internal structs and calculates average PTS. static cached_bitmap * AV_LoadVideoFrame(source *Source, memory *Memory, int32 TimelineFrame); // Loads video frame at TimelineFrame. @@ -68,4 +70,5 @@ static bool32 CheckQueue(render_queue RenderInfo, uint16 Index); static void Effect_DrawColor(source *Source, layer_bitmap_info *BitmapInfo, memory *Memory, property_channel Property[]); static void Effect_Levels(source *Source, layer_bitmap_info *BitmapInfo, memory *Memory, property_channel Property[]); static void Effect_GaussianBlur(source *Source, layer_bitmap_info *BitmapInfo, memory *Memory, property_channel Property[]); +#endif -- cgit v1.2.3