Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 3 Sep 2008 00:07:34 +0000 (00:07 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 3 Sep 2008 00:07:34 +0000 (00:07 +0000)
commit15995030431fe498293442e709becf6e1ba1f5b4
treeb8cfcc2c1af84382369dbf9478a987edbe722c83
parent79d5045d33db3abdf6d18e6ed650d3a7025e19ba
Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is
shared between the RM demuxer and the RTSP/RDT parser; both use the same
timebase. See discussion in "[PATCH] rmdec.c: move av_set_pts_info()" on ML.

Originally committed as revision 15164 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rmdec.c