Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is
commit1e66fc94521e8f3049e3766ef032f2bb9d54f507
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 3 Sep 2008 00:07:34 +0000 (3 00:07 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 3 Sep 2008 00:07:34 +0000 (3 00:07 +0000)
tree0f407a5cea36091383635f4af4dbee5ef2b52050
parent7abc3dde6f1a0a3869b53bfa9fbafcdc9065c96a
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15164 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/rmdec.c