VideoTranscode.h 964 字节
/**
 ********************************************************************
 * @file    VideoTranscode.h
 *          用于转码拍下来的照片以及视频
 *
 *********************************************************************
 */

/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef VIDEOTRANSCODE_H
#define VIDEOTRANSCODE_H

/* Includes ------------------------------------------------------------------*/

#ifdef __cplusplus
extern "C" {
#endif

/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/


/* Exported types ------------------------------------------------------------*/


/* Exported functions --------------------------------------------------------*/
void ffmpeg_H264_tanscodeto(int mode);



#ifdef __cplusplus
}
#endif

#endif // TEST_PAYLOAD_CAM_EMU_MEDIA_H
/************************ (C) COPYRIGHT DJI Innovations *******END OF FILE******/