comparison 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
comparison
equal deleted inserted replaced
383:1674ed5ca2f0 384:9479dac25620
906 dv_write_header, 906 dv_write_header,
907 dv_write_packet, 907 dv_write_packet,
908 dv_write_trailer, 908 dv_write_trailer,
909 }; 909 };
910 910
911 int dv_init(void) 911 int ff_dv_init(void)
912 { 912 {
913 av_register_input_format(&dv_iformat); 913 av_register_input_format(&dv_iformat);
914 av_register_output_format(&dv_oformat); 914 av_register_output_format(&dv_oformat);
915 return 0; 915 return 0;
916 } 916 }