OSDN Git Service

- Added r_frame_rate in AVStream to store the real frame rate.
authorJuanjo <pulento@users.sourceforge.net>
Tue, 14 May 2002 21:50:00 +0000 (21:50 +0000)
committerJuanjo <pulento@users.sourceforge.net>
Tue, 14 May 2002 21:50:00 +0000 (21:50 +0000)
commit76c0441b10bccad512e967be194cd4c882739f7a
tree138c94dd586f30bb8dab70ed1825b52f1f641821
parente0a3d744a0d5a9a25fb85c9bba17e3b07d3ba29b
- Added r_frame_rate in AVStream to store the real frame rate.
- This stuff could be done in AVCodecContext and the real frame rate
calculated in utils.c, but we don't changes in that by now ;)

Originally committed as revision 497 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/avformat.h
libav/mpeg.c