[Ffmpeg-cvslog] r8534 - trunk/libavcodec/avcodec.h
michael
subversion
Tue Mar 27 13:18:24 CEST 2007
Author: michael
Date: Tue Mar 27 13:18:24 2007
New Revision: 8534
Modified:
trunk/libavcodec/avcodec.h
Log:
codec id addition guidlines
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Tue Mar 27 13:18:24 2007
@@ -47,6 +47,12 @@ extern "C" {
#define AV_TIME_BASE 1000000
#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
+/**
+ *
+ * if you add a codec id to this list add it so that
+ * 1. no value of a existing codec id changes (that would break ABI)
+ * 2. closest to similar codecs
+ */
enum CodecID {
CODEC_ID_NONE,
CODEC_ID_MPEG1VIDEO,
More information about the ffmpeg-cvslog
mailing list