diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-10-12 17:29:43 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-10-13 12:33:18 +0200 |
commit | 92281850a2d878dae1d50e271886ba87013b6ff3 (patch) | |
tree | 323ea7848bef448d41666fa19b76df426dd8a1d0 /libavformat/nut.h | |
parent | 1bd442c276e6688b43777a198cad0d7e3a92123f (diff) | |
download | ffmpeg-92281850a2d878dae1d50e271886ba87013b6ff3.tar.gz |
nut: support pcm codecs not mapped in avi
The native tags will be used when available.
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 335eceb440..a91a109d40 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -105,6 +105,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 * const ff_nut_codec_tags[]; |