rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts
authorMartin Storsjö <martin@martin.st>
Wed, 14 Jul 2010 12:27:26 +0000 (12:27 +0000)
committerMartin Storsjö <martin@martin.st>
Wed, 14 Jul 2010 12:27:26 +0000 (12:27 +0000)
commit5590cc78ee658128ef572507d3dc9ef7744d4ea7
tree32a099f1ec9643f34990851c9db13496561da6a2
parentd74c6145fb1873a7c301581756fba88465e078e5
rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts

The timestamp of the first RTP packet forming the output AVPacket is
written back in *timestamp, which is used in later calculations in generic
rtpdec code (together with RTCP sync timestamps) to form the final pkt->pts
value.

Originally committed as revision 24235 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtpdec_svq3.c