summaryrefslogtreecommitdiff
path: root/libavformat/nutdec.c
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2010-02-24 06:27:12 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2010-02-24 06:27:12 +0000
commit43382b5f13d18c75ec284a48bd7352766810ed90 (patch)
treef52d1d38f35f640e56b17b149885555639c4f394 /libavformat/nutdec.c
parentc8c0ac6b2618e92e75b37fce874a5378535e5358 (diff)
Introduce metadata conversion table for NUT muxer and demuxer.
Patch by Anton Khirnov (wyskas, do no evil mail) Thread "[PATCH] nut metadata conversion table" Originally committed as revision 22015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r--libavformat/nutdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c
index 564faf2030..ea2ac86554 100644
--- a/libavformat/nutdec.c
+++ b/libavformat/nutdec.c
@@ -915,5 +915,6 @@ AVInputFormat nut_demuxer = {
nut_read_close,
read_seek,
.extensions = "nut",
+ .metadata_conv = ff_nut_metadata_conv,
};
#endif