[FFmpeg-devel] [PATCH v13 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper
Sun, Jing A
jing.a.sun at intel.com
Fri May 31 05:38:08 EEST 2019
-----Original Message-----
From: Sun, Jing A
Sent: Friday, May 31, 2019 11:37 AM
To: ffmpeg-devel at ffmpeg.org
Cc: Sun, Jing A <jing.a.sun at intel.com>; Huang, Zhengxu <zhengxu.huang at intel.com>; Tmar, Hassene <hassene.tmar at intel.com>; Jun Zhao <jun.zhao at intel.com>
Subject: [PATCH v13 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper
Sorry I forgot to remove some debugging code lines, removed them in the just sent one:
-typedef struct TIME_LOG{
- unsigned int pts;
- int64_t time;
-} TIME_LOG;
-
-#define START_LOG_POS 20000
-#define TOTAL_LOG_COUNT 8192
-static TIME_LOG logs[TOTAL_LOG_COUNT], sent_logs[TOTAL_LOG_COUNT];
-static unsigned int frame_count = 0, sent_frame_count = 0;
-static int64_t start_time = 0;
Regards,
Sun, Jing
More information about the ffmpeg-devel
mailing list