Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2014-12-07 01:53:56 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2017-08-04 20:16:46 +0300
commit646dd7e9cfd2c713394131076a0d91545d1f27aa (patch)
tree7f6bc05c5f4842b026a4b6e026a013c3d3f71c4e
parente2f3b2695a32bd883099cd05bec1f1ebaeee68e7 (diff)
mov: fix isom.h compat with c++
-rw-r--r--libavformat/isom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index ff009b0896..e817986f14 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -216,7 +216,7 @@ typedef struct MOVStreamContext {
} MOVStreamContext;
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