[FFmpeg-devel] [PATCH] RDT/Realmedia patches #2

Michael Niedermayer michaelni
Sat Dec 6 21:01:56 CET 2008


On Sat, Dec 06, 2008 at 02:48:55PM -0500, Ronald S. Bultje wrote:
> Hi,
> 
> On Sat, Dec 6, 2008 at 2:17 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> > On Sun, Nov 30, 2008 at 09:47:16PM -0500, Ronald S. Bultje wrote:
> >> Index: ffmpeg-svn/libavformat/rdt.c
> >> ===================================================================
> >> --- ffmpeg-svn.orig/libavformat/rdt.c 2008-11-30 20:51:48.000000000 -0500
> >> +++ ffmpeg-svn/libavformat/rdt.c      2008-11-30 20:59:38.000000000 -0500
> >> @@ -80,7 +80,7 @@
> >>  }
> >>
> >>  struct PayloadContext {
> >> -    AVFormatContext *rmctx;
> >> +    AVFormatContext *rmctx[MAX_STREAMS];
> >
> > this is ugly and id like to hear why exactly you would need this
[...]
> Other solutions to this kind of a problem would be to create a
> RMStream, which represents one stream (~AVStream) within the
> RMDemuxContext, and store audio/video settings in there, so that we
> can have multiple audio/video streams per RM file, but I haven't
> looked at how easy that is, or if such RM files exist and if
> realplayer can play them back.

so you should look into this ...


[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081206/e587fdba/attachment.pgp>



More information about the ffmpeg-devel mailing list