On Wed, 28 Nov 2012, Diego Biurrun wrote:

---
libavformat/rtpenc_chain.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/rtpenc_chain.c b/libavformat/rtpenc_chain.c
index adc432a..3c297eb 100644
--- a/libavformat/rtpenc_chain.c
+++ b/libavformat/rtpenc_chain.c
@@ -31,7 +31,7 @@ int ff_rtp_chain_mux_open(AVFormatContext **out, 
AVFormatContext *s,
                          int idx)
{
    AVFormatContext *rtpctx = NULL;
-    int ret, pt;
+    int ret;
    AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);
    uint8_t *rtpflags;
    AVDictionary *opts = NULL;
--
1.7.1

Ok (although I'd think Luca already sent such a patch, either I misremember, or he didn't get round to pushing it).

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to