summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2004-03-14 23:45:42 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2004-03-14 23:45:42 +0000
commit6faa4645c5a8f7f2e80bbfa8e033c856c439df1c (patch)
treeb52cc323fffc56a3fefada8b3b287409543c8e06 /libavcodec/allcodecs.c
parent380fd6b1b47b74162763fad9afcdc2a7ee061d49 (diff)
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)
Originally committed as revision 2893 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 524b5bf854..28880717cc 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -74,6 +74,7 @@ void avcodec_register_all(void)
register_avcodec(&asv2_encoder);
register_avcodec(&ffv1_encoder);
register_avcodec(&zlib_encoder);
+ register_avcodec(&dvvideo_encoder);
#endif /* CONFIG_ENCODERS */
register_avcodec(&rawvideo_encoder);
register_avcodec(&rawvideo_decoder);