summaryrefslogtreecommitdiff
path: root/libavformat/allformats.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-12-24 04:51:43 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-12-24 04:51:43 +0000
commit185c7b6b2663ca22b5ae85e51b6ff5deacf5c038 (patch)
tree1f5550581c04ecfaff75909d37a362d60e925eac /libavformat/allformats.h
parentf8aa696f9fde35ea7d5a42ef3fb65a5771fe02cc (diff)
Musepack SV7 decoding support
Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r--libavformat/allformats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h
index 2de779f1a4..8aff3537b6 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -82,6 +82,7 @@ extern AVOutputFormat tg2_muxer;
extern AVInputFormat mp3_demuxer;
extern AVOutputFormat mp2_muxer;
extern AVOutputFormat mp3_muxer;
+extern AVInputFormat mpc_demuxer;
extern AVOutputFormat mpeg1system_muxer;
extern AVOutputFormat mpeg1vcd_muxer;
extern AVOutputFormat mpeg2vob_muxer;