From a6dd7933e0bd8ae1fd083639758f7fee9fc7a151 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期二, 10 九月 2019 16:34:10 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.1.14:29418/valib/goffmpeg --- cffmpeg.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cffmpeg.h b/cffmpeg.h index ef4ed72..b411d0a 100644 --- a/cffmpeg.h +++ b/cffmpeg.h @@ -23,7 +23,7 @@ char* c_ffmpeg_get_rec_id(const cffmpeg h, const char* p, int *length); void c_ffmpeg_build_decoder(const cffmpeg h); -void* c_ffmpeg_get_pic_decoder(const cffmpeg h, int *wid, int *hei); +void* c_ffmpeg_get_pic_decoder(const cffmpeg h, int *wid, int *hei, int64_t *id); void* c_ffmpeg_get_avpacket(const cffmpeg h, int *size, int *key); //////test -- Gitblit v1.8.0