diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-10-25 14:05:40 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-10-29 12:03:28 +0100 |
commit | d4bff9f1ab59f4ae58841bd7b056f2ff1b8854d7 (patch) | |
tree | 1f57fef0411d5b6fee53811db0cef9bdead80dc7 /libavformat/nut.h | |
parent | 07585ffa62eebebcd35326935fec7cd948021daf (diff) | |
download | ffmpeg-d4bff9f1ab59f4ae58841bd7b056f2ff1b8854d7.tar.gz |
nut: support textual data
Plain text (utf8 encoded) data can be muxed and demuxed in nut.
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r-- | libavformat/nut.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h index a91a109d40..5f624eb22d 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -106,6 +106,7 @@ typedef struct NUTContext { extern const AVCodecTag ff_nut_subtitle_tags[]; extern const AVCodecTag ff_nut_video_tags[]; extern const AVCodecTag ff_nut_audio_tags[]; +extern const AVCodecTag ff_nut_data_tags[]; extern const AVCodecTag * const ff_nut_codec_tags[]; |