Fix various unused variable warnings
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fd38a15adf
commit
adba9c6352
31 changed files with 40 additions and 55 deletions
2
ffmpeg.c
2
ffmpeg.c
|
@ -3720,7 +3720,7 @@ static void new_audio_stream(AVFormatContext *oc, int file_idx)
|
|||
static void new_data_stream(AVFormatContext *oc, int file_idx)
|
||||
{
|
||||
AVStream *st;
|
||||
AVOutputStream *ost;
|
||||
AVOutputStream *ost av_unused;
|
||||
AVCodec *codec=NULL;
|
||||
AVCodecContext *data_enc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue