summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 0e27a33..43b38c1 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -843,7 +843,8 @@ typedef int (videnc_encode_h)(struct videnc_state *ves, bool update,
typedef int (viddec_update_h)(struct viddec_state **vdsp,
const struct vidcodec *vc, const char *fmtp);
typedef int (viddec_decode_h)(struct viddec_state *vds, struct vidframe *frame,
- bool marker, uint16_t seq, struct mbuf *mb);
+ bool *intra, bool marker, uint16_t seq,
+ struct mbuf *mb);
struct vidcodec {
struct le le;