aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.h
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2007-09-05 00:38:42 +0000
committerDavid Conrad <lessen42@gmail.com>2007-09-05 00:38:42 +0000
commite09f7d61da3a08a8595400ebdde44034f0c1b10c (patch)
tree44703b1e349e9a83eb6f38a49099d9e5ed1cb51d /libavformat/allformats.h
parentab332d013301266e95e9c85ffe878bca2bfaf10d (diff)
downloadffmpeg-e09f7d61da3a08a8595400ebdde44034f0c1b10c.tar.gz
Enable Matroska muxer
Originally committed as revision 10389 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r--libavformat/allformats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h
index 4ae01e6e28..d17a146e7c 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -144,6 +144,8 @@ extern AVOutputFormat image_muxer;
extern AVOutputFormat imagepipe_muxer;
extern AVOutputFormat libnut_muxer;
extern AVOutputFormat m4v_muxer;
+extern AVOutputFormat matroska_audio_muxer;
+extern AVOutputFormat matroska_muxer;
extern AVOutputFormat mjpeg_muxer;
extern AVOutputFormat mmf_muxer;
extern AVOutputFormat mov_muxer;