From a74f83c98000d7718609dc16dc2e73e27d403cef Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sat, 6 Dec 2014 23:53:56 +0100 Subject: [PATCH] mov: fix isom.h compat with c++ --- libavformat/isom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/isom.h b/libavformat/isom.h index 07f09d6eff..3c7d321e05 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -289,7 +289,7 @@ typedef struct HEIFGrid { } HEIFGrid; typedef struct MOVContext { - const AVClass *class; ///< class for private options + const AVClass *avclass; ///< class for private options AVFormatContext *fc; int time_scale; int64_t duration; ///< duration of the longest track