diff options
author | Nicolas Martin <elvadrias@gmail.com> | 2009-02-08 18:50:32 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2009-02-08 18:50:32 +0000 |
commit | eaf5d0112bcaecd81016373259bad40a38608e62 (patch) | |
tree | 7baa3424c75144f6a0f88f8f2104a7a338be8d28 /libavformat/allformats.c | |
parent | 998b6f7ca27ab2f8525a36c8f6eb1e8b4b09969c (diff) | |
download | ffmpeg-eaf5d0112bcaecd81016373259bad40a38608e62.tar.gz |
NC camera demuxer
Patch by Nicolas Martin - elvadrias at gmail
Originally committed as revision 17062 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index a8183c2fbd..8dcbd55477 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -126,6 +126,7 @@ void av_register_all(void) REGISTER_DEMUXER (MTV, mtv); REGISTER_DEMUXER (MVI, mvi); REGISTER_MUXDEMUX (MXF, mxf); + REGISTER_DEMUXER (NC, nc); REGISTER_DEMUXER (NSV, nsv); REGISTER_MUXER (NULL, null); REGISTER_MUXDEMUX (NUT, nut); |