# HG changeset patch # User bellard # Date 1117807349 0 # Node ID 5f3e609d73611a522fa03a490d8295c3cbea8853 # Parent 2e8b5a7d7e02f159d59d83b53e21bf686b5c28ff optional ISO 639 3 letter language field diff -r 2e8b5a7d7e02 -r 5f3e609d7361 avformat.h --- 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;