aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-04-06 14:23:42 +0200
committerClément Bœsch <ubitux@gmail.com>2012-04-06 14:25:35 +0200
commit735fb8ce59ea3a3a29498c21ad72a44b9ed21646 (patch)
treefbb04092ca6f7bdcc288b53f0f62624b2e8b4d92 /ffmpeg.c
parente5df74dc56494068042f094d43a5d774c257ae69 (diff)
downloadffmpeg-735fb8ce59ea3a3a29498c21ad72a44b9ed21646.tar.gz
ffmpeg: remove unused MetadataMap.
This struct was forgotten after e5df74dc56494068042f094d43a5d774c257ae69.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c9
1 files changed, 0 insertions, 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 */