testffmpeg: print usage of options to change audio/video codec

main
Anonymous Maarten 2023-10-13 02:30:14 +02:00
parent f91bde64d5
commit 382751c4b5
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ static void HandleAudioFrame(AVFrame *frame)
}
static void print_usage(SDLTest_CommonState *state, const char *argv0) {
static const char *options[] = { "[--sprites N]", "[--software]", "video_file", NULL };
static const char *options[] = { "[--sprites N]", "[--audio-codec codec]", "[--video-codec codec]", "[--software]", "video_file", NULL };
SDLTest_CommonLogUsage(state, argv0, options);
}