Merge branch 'master-develop' of gitee.com:shenzhen-jiuyilian/ipc into master-develop
This commit is contained in:
		
						commit
						7bf75e7754
					
				|  | @ -5,9 +5,9 @@ set(LIBRARY_OUTPUT_PATH ${LIBS_OUTPUT_PATH}) | |||
| include_directories( | ||||
|     ./src | ||||
|     ./include | ||||
|     # ${UTILS_SOURCE_PATH}/LinuxApi/include | ||||
|     ${UTILS_SOURCE_PATH}/LinuxApi/include | ||||
|     ${UTILS_SOURCE_PATH}/StatusCode/include | ||||
|     ${UTILS_SOURCE_PATH}/ModBusCRC16/include | ||||
|     # ${UTILS_SOURCE_PATH}/ModBusCRC16/include | ||||
|     ${UTILS_SOURCE_PATH}/Log/include | ||||
|     ${EXTERNAL_LIBS_OUTPUT_PATH}/ffmpeg/include | ||||
| ) | ||||
|  |  | |||
|  | @ -15,6 +15,7 @@ | |||
| #include "FfmpegMuxStreamV2.h" | ||||
| #include "FfmpegOutputStream.h" | ||||
| #include "ILog.h" | ||||
| #include "LinuxApi.h" | ||||
| #include "MediaBase.h" | ||||
| #include "StatusCode.h" | ||||
| #ifdef __cplusplus | ||||
|  | @ -60,6 +61,7 @@ StatusCode FfmpegMuxStreamV2::CloseOutputFile(void) | |||
|         avio_closep(&mOutputFormat->pb); | ||||
|     } | ||||
|     avformat_free_context(mOutputFormat); | ||||
|     fx_system("sync"); | ||||
|     return CreateStatusCode(STATUS_CODE_OK); | ||||
| } | ||||
| void FfmpegMuxStreamV2::GetStreamData(const void *data, const size_t &size, const StreamInfo &streamInfo) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Fancy code
						Fancy code