mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-27 09:43:34 +00:00
examples/output: Remove unused variable
doc/examples/output.c:460:9: warning: unused variable ‘i’
This commit is contained in:
parent
1173320249
commit
6cc1409ba8
@ -457,7 +457,6 @@ int main(int argc, char **argv)
|
||||
AVFormatContext *oc;
|
||||
int have_video = 0, have_audio = 0;
|
||||
int encode_video = 0, encode_audio = 0;
|
||||
int i;
|
||||
|
||||
/* Initialize libavcodec, and register all codecs and formats. */
|
||||
av_register_all();
|
||||
|
Loading…
Reference in New Issue
Block a user