summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mp_taglists.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-09 00:46:21 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-09 00:46:21 +0000
commit698142597eb833c7d32d38b78966658526637149 (patch)
tree72db72410ddf01dbda13fd7d5ed2b9f49d0e41a7 /libmpdemux/mp_taglists.h
parent0359e6ddfb15fe24a413fe6113eefd0cdb7bb7a3 (diff)
downloadmpv-698142597eb833c7d32d38b78966658526637149.tar.bz2
mpv-698142597eb833c7d32d38b78966658526637149.tar.xz
Split the lavf taglists out of the lavf muxer to allow using libmpmux
without libmpdemux. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26360 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/mp_taglists.h')
-rw-r--r--libmpdemux/mp_taglists.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/libmpdemux/mp_taglists.h b/libmpdemux/mp_taglists.h
new file mode 100644
index 0000000000..a5262652b7
--- /dev/null
+++ b/libmpdemux/mp_taglists.h
@@ -0,0 +1,28 @@
+/*
+ * This file is part of MPlayer.
+ *
+ * MPlayer is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * MPlayer is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef MPLAYER_MP_TAGLISTS_H
+#define MPLAYER_MP_TAGLISTS_H
+
+extern const struct AVCodecTag *mp_wav_taglists[];
+
+extern const struct AVCodecTag *mp_wav_override_taglists[];
+
+extern const struct AVCodecTag *mp_bmp_taglists[];
+
+#endif /* MPLAYER_MP_TAGLISTS_H */