diff options
author | D Richard Felker III <dalias@aerifal.cx> | 2003-08-05 09:32:31 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-08-05 09:32:31 +0000 |
commit | 2864dfd5794a5a9bff612e730179a9026f042a06 (patch) | |
tree | bb5d61e7c4ed333fffa6592569395da374e7cda9 /libavformat/allformats.c | |
parent | 769fc4660cba3768737692a8e82f25c076e05cdb (diff) | |
download | ffmpeg-2864dfd5794a5a9bff612e730179a9026f042a06.tar.gz |
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>)
Originally committed as revision 2102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 95d440f288..6d7064cb1d 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -54,7 +54,7 @@ void av_register_all(void) #ifdef AMR_NB amr_init(); #endif - av_register_output_format(&yuv4mpegpipe_oformat); + yuv4mpeg_init(); #ifdef CONFIG_VORBIS ogg_init(); |