[FFmpeg-devel] [PATCH] Add codec long names for libavcodec/pcm.c

Diego Biurrun diego
Fri May 16 02:24:58 CEST 2008


On Fri, May 16, 2008 at 02:08:54AM +0200, Stefano Sabatini wrote:
> On date Friday 2008-05-16 00:32:51 +0200, Diego Biurrun encoded:
> > On Fri, May 16, 2008 at 12:21:39AM +0200, Stefano Sabatini wrote:
> > > 
> > > I think The Wanderer will prefer this ;-).
> > > 
> > > --- libavcodec/pcm.c	(revision 13158)
> > > +++ libavcodec/pcm.c	(working copy)
> > > @@ -526,30 +527,31 @@
> > >  
> > > +PCM_CODEC  (CODEC_ID_PCM_S32BE, pcm_s32be, "signed 32-bit big endian PCM");
> > > +PCM_CODEC  (CODEC_ID_PCM_S32LE, pcm_s32le, "signed 32-bit little endian PCM");
> > 
> > big-endian, little-endian
> 
> Fixed, regards.

Thanks, applied.

Diego




More information about the ffmpeg-devel mailing list