[Ffmpeg-devel] Conficts with live.com in libavformat/rtp.h

Emiliano Parasassi millallo
Tue Jun 28 16:03:44 CEST 2005


Thanks Michael,

Regards

> Hi
> 
> On Tuesday 28 June 2005 13:09, Emiliano Parasassi wrote:
> > Hi boys,
> > I'm having some conflicts in the names of RTCP SDES tags between
> > 'live.com' and 'ffmpeg' libraries during compilation of my app which
> > uses both.
> >
> > In the ffmpeg/libavformat/rtp.h code says:
> >
> > typedef enum {
> >   RTCP_SDES_END    =  0,
> >   RTCP_SDES_CNAME  =  1,
> >   RTCP_SDES_NAME   =  2,
> >   RTCP_SDES_EMAIL  =  3,
> >   RTCP_SDES_PHONE  =  4,
> >   RTCP_SDES_LOC    =  5,
> >   RTCP_SDES_TOOL   =  6,
> >   RTCP_SDES_NOTE   =  7,
> >   RTCP_SDES_PRIV   =  8,
> >   RTCP_SDES_IMG    =  9,
> >   RTCP_SDES_DOOR   = 10,
> >   RTCP_SDES_SOURCE = 11
> > } rtcp_sdes_type_t;
> >
> > in the live/liveMedia/include/RTCP.hh code says:
> >
> > // SDES tags:
> > const unsigned char RTCP_SDES_END = 0;
> > const unsigned char RTCP_SDES_CNAME = 1;
> > const unsigned char RTCP_SDES_NAME = 2;
> > const unsigned char RTCP_SDES_EMAIL = 3;
> > const unsigned char RTCP_SDES_PHONE = 4;
> > const unsigned char RTCP_SDES_LOC = 5;
> > const unsigned char RTCP_SDES_TOOL = 6;
> > const unsigned char RTCP_SDES_NOTE = 7;
> > const unsigned char RTCP_SDES_PRIV = 8;
> >
> > It is possible to change the 'rtcp_sdes_type_t' enum so live.com and
> > ffmpeg can be compiled together?
> 
> yes, send a patch which adds a FF_ in front of ours ill apply that ASAP or 
> wait until someone else fixes it, ill probably if noone sends a patch
> 
> [...]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rtp.h.patch
Type: text/x-patch
Size: 1358 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20050628/a670a937/attachment.bin>



More information about the ffmpeg-devel mailing list