summaryrefslogtreecommitdiff
path: root/libavformat/allformats.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-10 00:12:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-10 00:12:54 +0000
commit41b7c75db34ed4d02e50c666cd24ec70d3ad1242 (patch)
tree33cbcb8a2a483544dc1fa571d64b0803943c9265 /libavformat/allformats.h
parent100d8eb8dc9ea956d350816341367425f2b981af (diff)
enable nut muxer
Originally committed as revision 10043 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 fec5038580..73e942a436 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -160,6 +160,7 @@ extern AVOutputFormat mpeg2vob_muxer;
extern AVOutputFormat mpegts_muxer;
extern AVOutputFormat mpjpeg_muxer;
extern AVOutputFormat null_muxer;
+extern AVOutputFormat nut_muxer;
extern AVOutputFormat ogg_muxer;
extern AVOutputFormat pcm_alaw_muxer;
extern AVOutputFormat pcm_mulaw_muxer;