]> git.sesse.net Git - ffmpeg/commit
Parse the OpaqueData field for every AVStream represented by this "set of
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 7 Jan 2009 14:45:13 +0000 (14:45 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 7 Jan 2009 14:45:13 +0000 (14:45 +0000)
commit7c68a17754ca1a42baccf8b90704a073f4514ece
treef6800b839e39027eca34136630a0efd8d500b439
parent530bca94390adb946f21c767f5eafda522c826b1
Parse the OpaqueData field for every AVStream represented by this "set of
streams" (a single RTSPStream / RDTDemuxContext can represent several
AVStreams, that's just how Real/RDT was designed...). This will fill in
most of the AVStream/AVCodecContext header fields, similar to reading a
RM file header would. See "[PATCH] multi-stream MDPR parsing" thread on
mailinglist.

Originally committed as revision 16468 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rdt.c
libavformat/rdt.h
libavformat/rtsp.c