aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-12-07 20:39:47 -0300
committerJames Almer <jamrial@gmail.com>2023-12-12 08:54:40 -0300
commit96f646cdc22490020b4b5a7d5ac00a20379f9faa (patch)
tree5c50dbcf68c55a881c6c62bbe4b57225b096c606 /libavformat/movenc.h
parentd119ae2fd82a494d9430ff4d4fc262961a68c598 (diff)
downloadffmpeg-96f646cdc22490020b4b5a7d5ac00a20379f9faa.tar.gz
avformat/movenc: rename MOVMuxContext.nb_streams to nb_tracks
It's more appropiate given what it keeps a count of. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index e85d83abdb..60363198c9 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -188,7 +188,7 @@ typedef struct MOVMuxContext {
const AVClass *av_class;
int mode;
int64_t time;
- int nb_streams;
+ int nb_tracks;
int nb_meta_tmcd; ///< number of new created tmcd track based on metadata (aka not data copy)
int chapter_track; ///< qt chapter track number
int64_t mdat_pos;