ffmpeg常用的头文件

xiaoxiao2021-02-28  101

#ifndef INT64_C   #define INT64_C(c) (c ## LL)   #define UINT64_C(c) (c ## ULL)   #endif     #ifdef __cplusplus   extern "C" {  #endif       /*Include ffmpeg header file*/  #include <libavformat/avformat.h>   #include <libavcodec/avcodec.h>   #include <libswscale/swscale.h>     #include <libavutil/imgutils.h>    #include <libavutil/opt.h>       #include <libavutil/mathematics.h>     #include <libavutil/samplefmt.h>    #ifdef __cplusplus   }  #endif   
转载请注明原文地址: https://www.6miu.com/read-50855.html

最新回复(0)