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

Diego Biurrun diego
Fri May 16 00:32:51 CEST 2008


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

Diego




More information about the ffmpeg-devel mailing list