diff --git a/linphone/mediastreamer2/src/ffmpeg-priv.h b/linphone/mediastreamer2/src/ffmpeg-priv.h index 3f6ca096b..8c1fe46f0 100644 --- a/linphone/mediastreamer2/src/ffmpeg-priv.h +++ b/linphone/mediastreamer2/src/ffmpeg-priv.h @@ -53,6 +53,9 @@ typedef struct AVPacket{ int size; }AVPacket; +static inline void av_init_packet(AVPacket *pkt){ + +} static inline int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, AVPacket *avpkt){