]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_chain.c
oggspeexparse: fix array overread
[ffmpeg] / libavformat / rtpenc_chain.c
index 25b0b8b333ff8064c070925736b150c34b54614c..df7410d0c82667cb90c966d8897d9689e7925d5e 100644 (file)
@@ -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;