From 735fb8ce59ea3a3a29498c21ad72a44b9ed21646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 6 Apr 2012 14:23:42 +0200 Subject: [PATCH] ffmpeg: remove unused MetadataMap. This struct was forgotten after e5df74dc56494068042f094d43a5d774c257ae69. --- ffmpeg.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index b0ed8bff82..4700144f35 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -117,15 +117,6 @@ typedef struct { int ofile_idx, ostream_idx; // output } AudioChannelMap; -/** - * select an input file for an output file - */ -typedef struct MetadataMap { - int file; ///< file index - char type; ///< type of metadata to copy -- (g)lobal, (s)tream, (c)hapter or (p)rogram - int index; ///< stream/chapter/program number -} MetadataMap; - static const OptionDef options[]; #define MAX_STREAMS 1024 /* arbitrary sanity check value */