From 82f67b1b187b94c9847811aa1273b5bc746d2885 Mon Sep 17 00:00:00 2001 From: aymeric Date: Thu, 23 Apr 2009 10:15:18 +0000 Subject: [PATCH] update to latest ffmpeg git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@430 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/mediastreamer2/src/videodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone/mediastreamer2/src/videodec.c b/linphone/mediastreamer2/src/videodec.c index 57654c907..4f2bcd7aa 100644 --- a/linphone/mediastreamer2/src/videodec.c +++ b/linphone/mediastreamer2/src/videodec.c @@ -38,7 +38,7 @@ typedef struct DecState{ YuvBuf outbuf; mblk_t *yuv_msg; struct SwsContext *sws_ctx; - int output_pix_fmt; + PixelFormat output_pix_fmt; uint8_t dci[512]; int dci_size; bool_t snow_initialized;