[vlc-devel] Re: vlc: svn commit r19898 (gbazin)

Gildas Bazin gbazin at videolan.org
Sun Apr 22 11:39:09 CEST 2007


On Saturday 21 April 2007 21:32, Antoine Cellerier wrote:
> On Sat, Apr 21, 2007, Subversion daemon wrote:
> > r19898 | gbazin | 2007-04-21 22:06:39 +0200 (Sat, 21 Apr 2007) | 1 line
> >    A /trunk/modules/demux/rawvid.c
> > 
> > * modules/demux/rawvid.c: raw video demuxer (only does YV12 for now).
> >  > http://trac.videolan.org/vlc/changeset/19898
> 
> You can simplify the var_Create / var_Get / assign value operations
> using var_CreateGetFloat and Int(eger?). (It even makes the code easier
> to read :D)
> 

Indeed I could. I just copied and pasted this code and was too lazy to find 
the helper version.

> Btw, i'm curious, what are you using that for?
> 

I'm using that to read these raw video test sequences provided by the MPEG 
group. Raw YUV can also sometimes be useful since it's easy to demux and 
decode and it's lossless.

--
Gildas

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list