[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avformat.h,1.120,1.121

Fabrice Bellard bellard
Fri Jun 3 16:02:32 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv5328

Modified Files:
	avformat.h 
Log Message:
optional ISO 639 3 letter language field

Index: avformat.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avformat.h,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- avformat.h	26 May 2005 20:17:11 -0000	1.120
+++ avformat.h	3 Jun 2005 14:02:29 -0000	1.121
@@ -5,7 +5,7 @@
 extern "C" {
 #endif
 
-#define LIBAVFORMAT_BUILD       4625
+#define LIBAVFORMAT_BUILD       4626
 
 #define LIBAVFORMAT_VERSION_INT FFMPEG_VERSION_INT
 #define LIBAVFORMAT_VERSION     FFMPEG_VERSION
@@ -248,6 +248,8 @@
        seconds. */
     int64_t duration;
 
+    char language[4]; /* ISO 639 3-letter language code (empty string if undefined) */
+
     /* av_read_frame() support */
     int need_parsing;
     struct AVCodecParserContext *parser;





More information about the ffmpeg-cvslog mailing list