summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2004-03-13 23:04:37 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-03-13 23:04:37 +0000
commitc3775e542f8fda9eeda31cce1d588d70c2fcd56b (patch)
tree9b0d1d916c5aa263a6d2e99f792159fbeb0c7109 /libavformat/dv.c
parent8be014e027f9c023a45a707c2d77de8d0e5ba79d (diff)
fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
Originally committed as revision 2884 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/dv.c')
-rw-r--r--libavformat/dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dv.c b/libavformat/dv.c
index 65e81579ce..a174ee1951 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -908,7 +908,7 @@ static AVOutputFormat dv_oformat = {
dv_write_trailer,
};
-int dv_init(void)
+int ff_dv_init(void)
{
av_register_input_format(&dv_iformat);
av_register_output_format(&dv_oformat);