diff avformat.h @ 784:5f3e609d7361 libavformat

optional ISO 639 3 letter language field
author bellard
date Fri, 03 Jun 2005 14:02:29 +0000
parents c5077fdab490
children 80aec794c2ed
line wrap: on
line diff
--- a/avformat.h	Fri Jun 03 14:01:49 2005 +0000
+++ b/avformat.h	Fri Jun 03 14:02:29 2005 +0000
@@ -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;