[FFmpeg-cvslog] ffmpeg: remove unused MetadataMap.

Clément Bœsch git at videolan.org
Fri Apr 6 14:25:40 CEST 2012


ffmpeg | branch: master | Clément Bœsch <clement.boesch at smartjog.com> | Fri Apr  6 14:23:42 2012 +0200| [735fb8ce59ea3a3a29498c21ad72a44b9ed21646] | committer: Clément Bœsch

ffmpeg: remove unused MetadataMap.

This struct was forgotten after
e5df74dc56494068042f094d43a5d774c257ae69.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=735fb8ce59ea3a3a29498c21ad72a44b9ed21646
---

 ffmpeg.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index b0ed8bf..4700144 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 */



More information about the ffmpeg-cvslog mailing list