diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-03-27 22:22:50 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-03-27 22:22:50 +0000 |
commit | dfca23e361cfcd557a0ec65ee0469e11bfc70f3a (patch) | |
tree | 088799aaad7540193b8d7bc9e5f4c3b8db88feb2 /libavformat/allformats.c | |
parent | 4f6a6e1f81b555bd20f13132bd91f421e3d98452 (diff) | |
download | ffmpeg-dfca23e361cfcd557a0ec65ee0469e11bfc70f3a.tar.gz |
NuppelVideo/MythTVVideo support, including rtjpeg decoder
Originally committed as revision 5232 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 978e089d63..68eef85a10 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -120,6 +120,7 @@ void av_register_all(void) voc_init(); tta_init(); avs_init(); + nuv_init(); #ifdef CONFIG_MUXERS /* image formats */ |