Skip to content
Snippets Groups Projects
Commit ae9c5ea2 authored by Martin Storsjö's avatar Martin Storsjö Committed by Michael Niedermayer
Browse files

rtsp/rdt: Assign the RTSPStream index to AVStream->id


This is used for mapping AVStreams back to their corresponding
RTSPStream. Since d9c0510e, 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: default avatarRonald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b2dd842d)
parent b7195837
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment