Adjust time_base exactly when changing ticks_per_frame to 2 this is safer
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 28 Feb 2009 20:58:07 +0000 (20:58 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 28 Feb 2009 20:58:07 +0000 (20:58 +0000)
commitefd8c1f64d3b1673021162210e0b265bcd5ea4c8
treef0fcc97b2e01ac3884dc1bf0cda3db934c5c3f55
parentcd0d9a9de68f6407498f9eb9b452cbe74c403c9f
Adjust time_base exactly when changing ticks_per_frame to 2 this is safer
and for some raw h264 we managed to change the timebase twice before.

Originally committed as revision 17669 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c