Hi guys, this is my first message in the list, but I'm using
libavcodec/format since ages :)

I've an H263 RTP stream coded following the RFC2190 protocol, this variant
puts some of the datas needed by the decoder inside the RTP headers, I've
found an old version of ffmpeg patched to support this and I've ported the
changes to the newer versions and it works, the "dirty" thing is that I've
to pass the entire rtp packet to the patched avcodec to decode this format
and use avcodec_decode_video() in an unusual way.

Another problem is that the patches are not that clean and not easy to keep
up to date, so I'm wondering if the actual ffmpeg has a better method to
decode this kind of streams.

-- 
Bye,
 Gabry
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to