Mercurial > libavcodec.hg
diff mpegvideo.h @ 1126:77ccf7fe3bd0 libavcodec
per context frame_rate_base, this should finally fix frame_rate related av sync issues
| author | michaelni |
|---|---|
| date | Wed, 12 Mar 2003 15:16:19 +0000 |
| parents | d4096635b7b9 |
| children | e10e841c9bf0 |
line wrap: on
line diff
--- a/mpegvideo.h Tue Mar 11 12:09:13 2003 +0000 +++ b/mpegvideo.h Wed Mar 12 15:16:19 2003 +0000 @@ -192,7 +192,6 @@ /* the following parameters must be initialized before encoding */ int width, height;///< picture size. must be a multiple of 16 int gop_size; - int frame_rate; ///< number of frames per second int intra_only; ///< if true, only intra pictures are generated int bit_rate; ///< wanted bit rate int bit_rate_tolerance; ///< amount of +- bits (>0)
