]> git.sesse.net Git - ffmpeg/commit
lavf/rtsp: Fix a crash with the RTSP muxer.
authorMartin Storsjö <martin@martin.st>
Thu, 15 Sep 2016 11:50:57 +0000 (13:50 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Thu, 15 Sep 2016 11:50:57 +0000 (13:50 +0200)
commitf8a13c72132a65e34e05b878dc780ad330dd7371
tree390b81318683a206d465facf9949b5a4ef6e1937
parent96cd6f672e5d8c5d49b06de4f24376f36880fea8
lavf/rtsp: Fix a crash with the RTSP muxer.

Introduced in 00e122bc / bc2a3296
The whole block that the statement was added to is only
relevant when used as a demuxer, but the other statements
there have had other if statements guarding them. Make
sure to only run this whole block if being used as a
demuxer.

Fixes ticket #5844.
libavformat/rtsp.c