mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 04:55:58 +08:00
MP4录像增加一级目录,按照:年月/年月日/*.mp4存储;
增加按月,按天查询mp4录像; 消除一处编译器警告;
This commit is contained in:
@@ -1330,7 +1330,7 @@ int hevcDecodeShortTermRps(T_GetBitContext *pvBuf,
|
||||
int iDeltaRps;
|
||||
unsigned int uiAbsDeltaRps;
|
||||
uint8_t u8UseDeltaFlag = 0;
|
||||
uint8_t u8DeltaRpsSign;
|
||||
uint8_t u8DeltaRpsSign = 0;
|
||||
|
||||
if (is_slice_header) {
|
||||
unsigned int uiDeltaIdx = parseUe(pvBuf) + 1;
|
||||
|
||||
Reference in New Issue
Block a user