[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.460,1.461

Måns Rullgård CVS mru
Wed Apr 5 20:56:25 CEST 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv6195

Modified Files:
	avcodec.h 
Log Message:
s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/
typo spotted by Brian Brice <bbrice at newtek com>


Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -d -r1.460 -r1.461
--- avcodec.h	30 Mar 2006 16:24:38 -0000	1.460
+++ avcodec.h	5 Apr 2006 18:56:22 -0000	1.461
@@ -226,7 +226,7 @@
 /* currently unused, may be used if 24/32 bits samples ever supported */
 /* all in native endian */
 enum SampleFormat {
-    SAMPLT_FMT_NONE = -1,
+    SAMPLE_FMT_NONE = -1,
     SAMPLE_FMT_U8,              ///< unsigned 8 bits
     SAMPLE_FMT_S16,             ///< signed 16 bits
     SAMPLE_FMT_S24,             ///< signed 24 bits





More information about the ffmpeg-cvslog mailing list