[Ffmpeg-cvslog] r8096 - trunk/libavcodec/avcodec.h

gpoirier subversion
Fri Feb 23 16:19:29 CET 2007


Author: gpoirier
Date: Fri Feb 23 16:19:29 2007
New Revision: 8096

Modified:
   trunk/libavcodec/avcodec.h

Log:
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c
Patch by Benoit Fouet % benoit P fouet A purplelabs P com %


Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Fri Feb 23 16:19:29 2007
@@ -258,6 +258,7 @@
     CODEC_TYPE_AUDIO,
     CODEC_TYPE_DATA,
     CODEC_TYPE_SUBTITLE,
+    CODEC_TYPE_NB
 };
 
 /* currently unused, may be used if 24/32 bits samples ever supported */




More information about the ffmpeg-cvslog mailing list