mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
fix for old ffmpeg
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@427 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
d1abd086d7
commit
4e6cfdd459
1 changed files with 3 additions and 0 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue