From 8fb24547e4d068cdcd491e59ddc451b3a252ea4b Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 30 七月 2019 15:42:53 +0800
Subject: [PATCH] update rec frame id

---
 libcffmpeg.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcffmpeg.c b/libcffmpeg.c
index a380de4..6cb7e5a 100644
--- a/libcffmpeg.c
+++ b/libcffmpeg.c
@@ -109,8 +109,8 @@
     fn_decoder(h);
 }
 
-void* wrap_fn_decoder_pic(const cffmpeg h, int* wid, int* hei){
-    return fn_decoder_pic(h, wid, hei);
+void* wrap_fn_decoder_pic(const cffmpeg h, int* wid, int* hei, int64_t *id){
+    return fn_decoder_pic(h, wid, hei, id);
 }
 
 void* wrap_fn_get_avpacket(const cffmpeg h, int* size, int* key){

--
Gitblit v1.8.0