summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-05-21 14:57:04 +0300
committerMartin Storsjö <martin@martin.st>2011-05-27 19:56:33 +0300
commit91e3a25ef6de2efcbea38ec0f6ffd3f8785962a2 (patch)
treebb8fc9ada21664174a56ecc9758fcd0894aa65c5 /libavformat/movenc.h
parent9f5d45025e8df9d5f39832caad16b94cb6ac11c5 (diff)
movenc: Add an AVClass for setting muxer specific options
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 0cc1eb8dc9..6e2b5b7a99 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -101,6 +101,7 @@ typedef struct MOVIndex {
} MOVTrack;
typedef struct MOVMuxContext {
+ const AVClass *av_class;
int mode;
int64_t time;
int nb_streams;