diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-21 21:53:03 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-21 21:53:03 +0000 |
commit | 3f7bb426078aa9fbd8289459d0adcaea22ab18a2 (patch) | |
tree | 27afe12c2087a47f727615a5948172df7b4eb054 /cmdutils.h | |
parent | dc7f38f59cd903695410514119cb280572910c54 (diff) | |
download | ffmpeg-3f7bb426078aa9fbd8289459d0adcaea22ab18a2.tar.gz |
Implement a -pix_fmts option for listing all the supported pixel
formats.
Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index 40bdea36d1..d2d722b085 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -184,6 +184,12 @@ void show_bsfs(void); void show_protocols(void); /** + * Prints a listing containing all the pixel formats supported by the + * program. + */ +void show_pix_fmts(void); + +/** * Returns a positive value if reads from standard input a line * starting with [yY], otherwise returns 0. */ |