diff avformat.h @ 168:808dabf5a88e libavformat

* First round of AV sync fixes. * -r now does the right thing. * frame rate and frame sizes now share same abbv. table and you can do -r ntsc as well as -s ntsc
author romansh
date Sat, 12 Jul 2003 07:37:05 +0000
parents 99fbacf0f764
children 2438e76dde67
line wrap: on
line diff
--- a/avformat.h	Fri Jul 11 21:33:27 2003 +0000
+++ b/avformat.h	Sat Jul 12 07:37:05 2003 +0000
@@ -408,6 +408,7 @@
                  const char *url,
                  int is_output);
 int parse_image_size(int *width_ptr, int *height_ptr, const char *str);
+int parse_frame_rate(int *frame_rate, int *frame_rate_base, const char *arg);
 int64_t parse_date(const char *datestr, int duration);
 
 int64_t av_gettime(void);