1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-09-16 08:36:51 +02:00

avconv: move audio_sample_fmt to options context.

Also document it and replace undocumented and inconsistent
'-sample_fmt list' syntax with -sample_fmts.
This commit is contained in:
Anton Khirnov
2011-08-31 08:51:15 +02:00
parent f1f15c3c1a
commit 05bffc12c4
6 changed files with 34 additions and 24 deletions

View File

@@ -277,6 +277,12 @@ void show_protocols(void);
*/
void show_pix_fmts(void);
/**
* Print a listing containing all the sample formats supported by the
* program.
*/
int show_sample_fmts(const char *opt, const char *arg);
/**
* Return a positive value if a line read from standard input
* starts with [yY], otherwise return 0.