rtsp: Don't expose the MS-RTSP RTX data stream to the caller
authorMartin Storsjö <martin@martin.st>
Fri, 6 Apr 2012 20:07:12 +0000 (23:07 +0300)
committerMartin Storsjö <martin@martin.st>
Sun, 8 Apr 2012 09:04:22 +0000 (12:04 +0300)
commit456001486ee8fe1cd906e497b603f98159191175
tree674e9168fc98d378a6bc4c2278f6a61543a73906
parentd293e3464db647e72fffad50a678eca89546b65f
rtsp: Don't expose the MS-RTSP RTX data stream to the caller

This avoids exposing a dummy AVStream which won't get any data
and which will make avformat_find_stream_info wait for info about
this stream.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec.c
libavformat/rtpdec_amr.c
libavformat/rtpdec_asf.c
libavformat/rtpdec_h264.c
libavformat/rtpdec_latm.c
libavformat/rtpdec_mpeg4.c
libavformat/rtpdec_xiph.c
libavformat/rtsp.c