mirror of https://github.com/FFmpeg/FFmpeg.git
This is used for mapping AVStreams back to their corresponding
RTSPStream. Since d9c0510
, the RTSPStream pointer isn't stored in
AVStream->priv_data any longer, breaking this mapping from AVStreams
to RTSPStreams.
Also, we don't need to clear the priv_data in rdt cleanup any longer,
since it isn't set to duplicate pointers.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
oldabi
parent
74b1f96859
commit
b2dd842d21
3 changed files with 5 additions and 11 deletions
Loading…
Reference in new issue