diff allcodecs.c @ 2319:f9f257b41ec2 libavcodec

mjpeg parser
author michael
date Sun, 24 Oct 2004 22:37:29 +0000
parents 2b75dff01118
children 1180a04d64c5
line wrap: on
line diff
--- a/allcodecs.c	Sun Oct 24 13:20:32 2004 +0000
+++ b/allcodecs.c	Sun Oct 24 22:37:29 2004 +0000
@@ -233,6 +233,7 @@
     av_register_codec_parser(&h261_parser);
     av_register_codec_parser(&h263_parser);
     av_register_codec_parser(&h264_parser);
+    av_register_codec_parser(&mjpeg_parser);
 
     av_register_codec_parser(&mpegaudio_parser);
 #ifdef CONFIG_AC3