Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-12-22 00:53:03 +0300
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-12-22 00:53:03 +0300
commit3f7bb426078aa9fbd8289459d0adcaea22ab18a2 (patch)
tree27afe12c2087a47f727615a5948172df7b4eb054 /cmdutils.h
parentdc7f38f59cd903695410514119cb280572910c54 (diff)
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.h6
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.
*/