diff nutdec.c @ 5704:6b9c2a6d8fa4 libavformat

Introduce metadata conversion table for NUT muxer and demuxer. Patch by Anton Khirnov (wyskas, do no evil mail) Thread "[PATCH] nut metadata conversion table"
author kostya
date Wed, 24 Feb 2010 06:27:12 +0000
parents 33a244b7ca65
children aef0883e3445
line wrap: on
line diff
--- a/nutdec.c	Tue Feb 23 16:29:57 2010 +0000
+++ b/nutdec.c	Wed Feb 24 06:27:12 2010 +0000
@@ -915,5 +915,6 @@
     nut_read_close,
     read_seek,
     .extensions = "nut",
+    .metadata_conv = ff_nut_metadata_conv,
 };
 #endif