Changeset d35b6cd3 in ffmpeg
- Timestamp:
-
Jul 7, 2013, 10:30:12 AM
(11 years ago)
- Author:
- Martin Storsjö <martin@martin.st>
- Branches:
- master
- Children:
- 6c86a63b
- Parents:
- 5d876be
- git-author:
- Michael Niedermayer <michaelni@gmx.at> (07/01/13 21:38:08)
- git-committer:
- Martin Storsjö <martin@martin.st> (07/07/13 10:30:12)
- Message:
-
rmdec: Use the AVIOContext given as parameter in rm_read_metadata()
This fixes crashes when playing back certain RealRTSP streams.
When invoked from the RTP depacketizer, the full realmedia
demuxer isn't invoked, but only certain functions from it, where
a separate AVIOContext is passed in as parameter (for the buffer
containing the data to parse). The functions called from within
those entry points should only be using that parameter, not
s->pb. In the depacketizer case, s is the RTSP context, where ->pb
is null.
Cc: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
-
(No files)
-