diff dv.c @ 384:9479dac25620 libavformat

fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
author michael
date Sat, 13 Mar 2004 23:04:37 +0000
parents 845f9de2c883
children caf266cfadaf
line wrap: on
line diff
--- a/dv.c	Sat Mar 13 21:02:26 2004 +0000
+++ b/dv.c	Sat Mar 13 23:04:37 2004 +0000
@@ -908,7 +908,7 @@
     dv_write_trailer,
 };
 
-int dv_init(void)
+int ff_dv_init(void)
 {
     av_register_input_format(&dv_iformat);
     av_register_output_format(&dv_oformat);