Half user provided time_base once during the first frame when there is no
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 26 Feb 2009 21:09:24 +0000 (21:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 26 Feb 2009 21:09:24 +0000 (21:09 +0000)
commitf56995b4a69a3797043f2de078ec0eb85352a4b3
tree92e03c9ecda234454b44bce538ffc2ce0aa24cfb
parent26aedb4ab35e0f5bffdb9a5d843dd479072f23af
Half user provided time_base once during the first frame when there is no
timebase stored in the h264 stream.
This should fix fate. (ffmpeg.c used pict_repeat with its default 1/25 timebase)

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