diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-09 08:28:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-09 08:28:47 +0000 |
commit | d7c592475de81d2129ece1017d7bc8f293b46160 (patch) | |
tree | c9ba06c8bf056a28ba893fd21162de79ce81e7bf /libavformat/allformats.h | |
parent | 04cfef21ff25e30005d3b2a42bc145324e580a2f (diff) | |
download | ffmpeg-d7c592475de81d2129ece1017d7bc8f293b46160.tar.gz |
Properly separate native and libnut NUT (de)muxers.
Originally committed as revision 7891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r-- | libavformat/allformats.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index 8aff3537b6..9e0e13e8a3 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -69,6 +69,8 @@ extern AVInputFormat imagepipe_demuxer; extern AVOutputFormat image_muxer; extern AVOutputFormat imagepipe_muxer; extern AVInputFormat ipmovie_demuxer; +extern AVInputFormat libnut_demuxer; +extern AVOutputFormat libnut_muxer; extern AVInputFormat matroska_demuxer; extern AVInputFormat mm_demuxer; extern AVInputFormat mmf_demuxer; @@ -96,7 +98,6 @@ extern AVInputFormat mtv_demuxer; extern AVInputFormat mxf_demuxer; extern AVInputFormat nsv_demuxer; extern AVInputFormat nut_demuxer; -extern AVOutputFormat nut_muxer; extern AVInputFormat nuv_demuxer; extern AVInputFormat ogg_demuxer; extern AVOutputFormat ogg_muxer; |