Commit ec921c5d authored by bellard's avatar bellard

optional ISO 639 3 letter language field


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4348 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6cf78ed2
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
extern "C" { extern "C" {
#endif #endif
#define LIBAVFORMAT_BUILD 4625 #define LIBAVFORMAT_BUILD 4626
#define LIBAVFORMAT_VERSION_INT FFMPEG_VERSION_INT #define LIBAVFORMAT_VERSION_INT FFMPEG_VERSION_INT
#define LIBAVFORMAT_VERSION FFMPEG_VERSION #define LIBAVFORMAT_VERSION FFMPEG_VERSION
...@@ -248,6 +248,8 @@ typedef struct AVStream { ...@@ -248,6 +248,8 @@ typedef struct AVStream {
seconds. */ seconds. */
int64_t duration; int64_t duration;
char language[4]; /* ISO 639 3-letter language code (empty string if undefined) */
/* av_read_frame() support */ /* av_read_frame() support */
int need_parsing; int need_parsing;
struct AVCodecParserContext *parser; struct AVCodecParserContext *parser;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment