From 22a3212e32b696028e21f00871f3cb48c044029d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 21 Feb 2011 22:45:20 +0100 Subject: avio: rename url_fopen/fclose -> avio_open/close. Signed-off-by: Ronald S. Bultje --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 3fd7f75075..4f25d66dc8 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -261,7 +261,7 @@ typedef struct AVFormatParameters { #endif } AVFormatParameters; -//! Demuxer will use url_fopen, no opened file should be provided by the caller. +//! Demuxer will use avio_open, no opened file should be provided by the caller. #define AVFMT_NOFILE 0x0001 #define AVFMT_NEEDNUMBER 0x0002 /**< Needs '%d' in filename. */ #define AVFMT_SHOW_IDS 0x0008 /**< Show format stream IDs numbers. */ -- cgit v1.2.3