79385465

Date: 2025-01-24 19:46:55
Score: 0.5
Natty:
Report link

You might want to use this macro:

#ifdef UTIL_EXPORTS 
#define DLLEXPORT __declspec(dllexport)  
#else
#define DLLEXPORT __declspec(dllimport)  
#endif

and declare your maps like this:

extern DLLEXPORT std::map<AVPixelFormat, std::string> AVPixelFormatMap;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alicia