rtpdec: Remove a useless todo comment
authorMartin Storsjö <martin@martin.st>
Fri, 11 Jan 2013 13:07:51 +0000 (15:07 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 11 Jan 2013 22:02:17 +0000 (00:02 +0200)
commitf6804c3e1ba5530e2af1e1f8222203b37f0e0d84
tree412616ce2c47b0d7bd3acd80b823314eb5bdae60
parent54cb096ee4558b3bfc28c2fcd6418ce82dc39fe1
rtpdec: Remove a useless todo comment

The question can be answered: No, we do not know the initial sequence
number from the SDP. In certain cases, it can be known from the
RTP-Info response header in RTSP though. (In that case, we use it as
timestamp origin, but not for rtp receiver statistics.)

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec.c