From dfca23e361cfcd557a0ec65ee0469e11bfc70f3a Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Mon, 27 Mar 2006 22:22:50 +0000 Subject: NuppelVideo/MythTVVideo support, including rtjpeg decoder Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/allformats.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/allformats.c') 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 */ -- cgit v1.2.3