diff utils.c @ 5988:10867093c93c libavformat

Export av_probe_input_format2.
author reimar
date Sat, 01 May 2010 13:49:35 +0000
parents f74198942337
children 55c03c84cd4f
line wrap: on
line diff
--- a/utils.c	Wed Apr 28 20:00:23 2010 +0000
+++ b/utils.c	Sat May 01 13:49:35 2010 +0000
@@ -310,7 +310,7 @@
     return filename && (av_get_frame_filename(buf, sizeof(buf), filename, 1)>=0);
 }
 
-static AVInputFormat *av_probe_input_format2(AVProbeData *pd, int is_opened, int *score_max)
+AVInputFormat *av_probe_input_format2(AVProbeData *pd, int is_opened, int *score_max)
 {
     AVInputFormat *fmt1, *fmt;
     int score;