[MPlayer-dev-eng] [PATCH] -identify DVD titles

kiriuja mplayer-patches at en-directo.net
Tue Sep 20 04:15:57 CEST 2005


On 9/19/05, Rich Felker wrote:
> On Mon, Sep 19, 2005 at 07:41:40PM -0400, kiriuja wrote:
> > On 9/19/05, Guillaume POIRIER wrote:
> > > How about using snprintf to copy just the 15 first chars maybe? I'm
> > > just suggesting...
> > 
> > No real difference, except I'd have to build a va_list myself. Plus
> > snprintf may not be portable.
> 
> I think you missed the point..

I might've. The only difference between sprintf and snprintf is that the
latter limits the output length, which is of no real use in this case.
There are also v-versions of each; for those you have to make a va_list
yourself. So again, I am not sure what's the point...

--
kiriuja




More information about the MPlayer-dev-eng mailing list