[FFmpeg-cvslog] avformat/cache: rename the class name fro Cache to cache
Steven Liu
git at videolan.org
Wed Dec 11 09:22:34 EET 2019
ffmpeg | branch: master | Steven Liu <lq at chinaffmpeg.org> | Wed Dec 4 17:17:18 2019 +0800| [4110029e562c3a1f9b1e8d1d2c890d21981cab03] | committer: Steven Liu
avformat/cache: rename the class name fro Cache to cache
liuqideMacBook-Pro:build liuqi$ ffmpeg --help full | grep cache
cannot find cache protocol options.
after patch:
bogon:dash liuqi$ ./ffmpeg --help full | grep cache
cache AVOptions:
can find the cache AVOptions after patch.
Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4110029e562c3a1f9b1e8d1d2c890d21981cab03
---
libavformat/cache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/cache.c b/libavformat/cache.c
index 3425be9350..09e5d5f832 100644
--- a/libavformat/cache.c
+++ b/libavformat/cache.c
@@ -326,7 +326,7 @@ static const AVOption options[] = {
};
static const AVClass cache_context_class = {
- .class_name = "Cache",
+ .class_name = "cache",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
More information about the ffmpeg-cvslog
mailing list