Mercurial > libavformat.hg
changeset 784:5f3e609d7361 libavformat
optional ISO 639 3 letter language field
author | bellard |
---|---|
date | Fri, 03 Jun 2005 14:02:29 +0000 |
parents | 2e8b5a7d7e02 |
children | e277d8928f49 |
files | avformat.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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;