mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
per context frame_rate_base, this should finally fix frame_rate related av sync issues
Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -192,7 +192,6 @@ typedef struct MpegEncContext {
|
||||
/* 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)
|
||||
|
||||
Reference in New Issue
Block a user