mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
rtpenc_chain: Remove unused variable
This commit is contained in:
parent
ab87d9b667
commit
2c4593dd13
@ -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…
Reference in New Issue
Block a user