Browse Source

rtpenc_chain: Remove unused variable

tags/n1.1
Diego Biurrun 13 years ago
parent
commit
2c4593dd13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtpenc_chain.c

+ 1
- 1
libavformat/rtpenc_chain.c View 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;


Loading…
Cancel
Save