[SCM] libav/experimental: lavf: document the new creation_time tag

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:21 UTC 2013


The following commit has been merged in the experimental branch:
commit 29c5c5901319ecd31ebec29d47a9a0ced90c3f41
Author: Anton Khirnov <wyskas at gmail.com>
Date:   Tue Nov 23 07:54:44 2010 +0000

    lavf: document the new creation_time tag
    
    Originally committed as revision 25811 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index d34d0d2..c96e45d 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -23,7 +23,7 @@
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
 #define LIBAVFORMAT_VERSION_MINOR 86
-#define LIBAVFORMAT_VERSION_MICRO  0
+#define LIBAVFORMAT_VERSION_MICRO  1
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \
@@ -148,6 +148,7 @@ struct AVFormatContext;
  * comment      -- any additional description of the file.
  * composer     -- who composed the work, if different from artist.
  * copyright    -- name of copyright holder.
+ * creation_time-- date when the file was created, preferably in ISO 8601.
  * date         -- date when the work was created, preferably in ISO 8601.
  * disc         -- number of a subset, e.g. disc in a multi-disc collection.
  * encoder      -- name/settings of the software/hardware that produced the file.

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list