- libraspi: sync with max_10

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
vanhofen
2023-03-09 20:33:26 +01:00
committed by GetAway
parent 0af72cd064
commit eaa532f87b
8 changed files with 59 additions and 129 deletions

View File

@@ -19,12 +19,14 @@
*/
#include <unistd.h>
#include <cstring>
#include <cstdio>
#include <cstdlib>
#include "video_lib.h"
#include "hal_debug.h"
#define hal_debug(args...) _hal_debug(HAL_DEBUG_VIDEO, this, args)
#define hal_info(args...) _hal_info(HAL_DEBUG_VIDEO, this, args)
#define hal_info_c(args...) _hal_info(HAL_DEBUG_VIDEO, NULL, args)
@@ -174,7 +176,7 @@ void cVideo::getPictureInfo(int &width, int &height, int &rate)
void cVideo::SetSyncMode(AVSYNC_TYPE)
{
};
}
int cVideo::SetStreamType(VIDEO_FORMAT v)
{