Tests and samples - Bugfix (#673)
* Tests and samples - bugfixes * CMakeLists - add CMAKE_MODULE_PATH * Fix header - Host * Host - decouple * Host Utils - Reset * Test - enable advanced test with host lib
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
134369824d
Коммит
a1b9583353
@@ -37,6 +37,9 @@ THE SOFTWARE.
|
||||
#include "roc_video_dec.h"
|
||||
#include "ffmpeg_video_dec.h"
|
||||
#include "common.h"
|
||||
#if ENABLE_HOST_DECODE
|
||||
#include "rocdecode/rocdecode_host.h"
|
||||
#endif
|
||||
|
||||
void DecProc(RocVideoDecoder *p_dec, VideoDemuxer *demuxer, int *pn_frame, int *pn_pic_dec, double *pn_fps, double *pn_fps_dec, int max_num_frames, OutputSurfaceMemoryType mem_type) {
|
||||
int n_video_bytes = 0, n_frame_returned = 0, n_frame = 0;
|
||||
|
||||
Ссылка в новой задаче
Block a user