[FFmpeg-devel] [PATCH] Fix redirector implementation

Luca Abeni lucabe72
Fri Nov 23 12:03:37 CET 2007


Hi all,

someone noticed that after the libavnet split libavformat will depend on
libavnet.
So, I investigated the problem, and noticed that it is due to the funny
implementation of the "redirect" format. I guessed that I'll have to take
care of the "XXX: suppress this hack for redirectors" comment around line
467 of libavformat/utils.c...

Here is a lightly tested patch to address that comment, implementing
the redir format as a regular AVFormat instead of using hacks. It seems
to work well with some simple tests: if someone knows a good way to fully
test the redir format, let me know.

The patch is written to be applied after the libavnet split, but I can
apply it before the split if people think that it's a better approach.


			Thanks,
				Luca
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fix_redir.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071123/de30da0c/attachment.txt>



More information about the ffmpeg-devel mailing list