]> git.sesse.net Git - ffmpeg/commit
avcodec/mpeg12dec: fix time_base and framerate
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 15 Oct 2014 13:54:02 +0000 (15:54 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 15 Oct 2014 13:54:02 +0000 (15:54 +0200)
commit620e7f0f3b3dff85d9c49a5c4b8a5df7143af7fe
tree080d5fdfe1041faa2eb33e865b8e4f902187c05c
parent801876fb079ecac157dbbffe2b6d10f2e2408fbf
avcodec/mpeg12dec: fix time_base and framerate

They are not just inverses of each other.
This should restore behavior to before the introduction of framerate

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mpeg12dec.c
libavcodec/mpegvideo_parser.c