diff allformats.c @ 184:2438e76dde67 libavformat

yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>)
author michaelni
date Tue, 05 Aug 2003 09:32:31 +0000
parents 99fbacf0f764
children 85def00971c3
line wrap: on
line diff
--- a/allformats.c	Thu Jul 24 23:37:40 2003 +0000
+++ b/allformats.c	Tue Aug 05 09:32:31 2003 +0000
@@ -54,7 +54,7 @@
 #ifdef AMR_NB
     amr_init();
 #endif
-    av_register_output_format(&yuv4mpegpipe_oformat);
+    yuv4mpeg_init();
     
 #ifdef CONFIG_VORBIS
     ogg_init();