[FFmpeg-cvslog] rtpenc_chain: Remove unused variable
Diego Biurrun
git at videolan.org
Thu Nov 29 14:21:12 CET 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Nov 28 16:23:23 2012 +0100| [2c4593dd132ee765aaedc553ab5f13ed9afd497b] | committer: Diego Biurrun
rtpenc_chain: Remove unused variable
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c4593dd132ee765aaedc553ab5f13ed9afd497b
---
libavformat/rtpenc_chain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
More information about the ffmpeg-cvslog
mailing list