Changeset 403 in flair-src for trunk/lib/FlairCore/src/Image.h


Ignore:
Timestamp:
03/23/21 09:40:41 (3 years ago)
Author:
Sanahuja Guillaume
Message:

select user memory pointer (v4l) if using custom alloc function in images (ie if initdsp was called)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/Image.h

    r401 r403  
    111111  static void RegisterAllocFunction(char*(*func)(ssize_t size));
    112112  static void RegisterFreeFunction(void(*func)(char* buffer));
     113  static bool IsUsingDefaultAllocAndFree(void);
    113114  static char* AllocFunction(ssize_t size);
    114115  static void FreeFunction(char* buffer);
Note: See TracChangeset for help on using the changeset viewer.