From 92281850a2d878dae1d50e271886ba87013b6ff3 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 12 Oct 2012 17:29:43 +0200 Subject: nut: support pcm codecs not mapped in avi The native tags will be used when available. --- libavformat/nut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/nut.h') 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[]; -- cgit v1.2.3