[FFmpeg-devel] [PATCH] ffserver rtsp bug fixes

Howard Chu hyc
Sat May 29 20:01:04 CEST 2010


Howard Chu wrote:
> Howard Chu wrote:
>> Luca Abeni wrote:
>>> So, a helper function doing this can be introduced, and used in all the
>>> relevant places...
>>
>> I've written such a helper function here. However, I haven't found any other
>> places where it is useful yet. In particular, factoring out the similar code
>> in h264.c decode_nal_units() actually makes that function more complicated and
>> less efficient, so it was best to just leave that as-is.
>>
>> It also doesn't noticably simply sdp.c. I think this is a case where the
>> actual amount of code is too small to make re-use worth the cost of restructuring.
>
> A revamped sdp.c patch based on the helper function. As I said, it really
> doesn't simplify much.

Previous patch only handled a single parameter set. This version sends as many 
as are present.

-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: sdp.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100529/bad9faec/attachment.txt>



More information about the ffmpeg-devel mailing list