diff avformat.h @ 1291:185190bdc185 libavformat

Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % Original thread: Date: Aug 30, 2006 4:54 PM Subject: [Ffmpeg-devel] [PATCH] Clarified API for numbered sequences
author gpoirier
date Mon, 04 Sep 2006 09:57:47 +0000
parents 6db39fb15d60
children 12398b868e18
line wrap: on
line diff
--- a/avformat.h	Mon Sep 04 04:25:47 2006 +0000
+++ b/avformat.h	Mon Sep 04 09:57:47 2006 +0000
@@ -515,9 +515,9 @@
 
 int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info);
 
-int get_frame_filename(char *buf, int buf_size,
-                       const char *path, int number);
-int filename_number_test(const char *filename);
+int av_get_frame_filename(char *buf, int buf_size,
+                          const char *path, int number);
+int av_filename_number_test(const char *filename);
 
 /* grab specific */
 int video_grab_init(void);