[vlc-devel] [PATCH] -- still image demux

Antoine Cellerier dionoea at videolan.org
Mon Jan 5 15:34:21 CET 2009


On Mon, Jan 05, 2009, brezhoneg1 wrote:
> When no access is provided, why not create a fake-file on the fly ? The
> short patch attached to this email shows the idea. (tested and working)

Looks good (and it'll prevent decoding the image more than once). I'll
have a look in more detail when I get home. It should be fairly easy to
get rid of the vlc_object_find() call. (Basically, p_demux->p_parent is
always the input as far as I know ... of course using it as is would be
an ugly assumption, but I'm sure that we can find a decent way to do it
without calling vlc_object_find()).

Cheers,

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list