1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavformat
James Almer 49a6e448d7 avformat/movenc: use stream indexes when generating track ids
In some scenarios nb_tracks isn't the same as nb_streams, so a given id may end
up being used for two separate streams.

e.g. when muxing an IAMF track followed by a video track, if the IAMF track
consists of several streams, the video track would end up having an id of 2,
which may also be used by one of the IAMF streams.

Signed-off-by: James Almer <jamrial@gmail.com>
2024-08-07 00:16:21 -03:00
..
2024-07-21 16:41:11 +02:00
2024-07-21 16:41:23 +02:00
2024-07-21 16:41:32 +02:00
2024-07-29 21:33:31 -03:00
2024-07-21 16:41:43 +02:00
2024-07-21 17:02:11 +02:00
2024-07-21 17:02:11 +02:00
2024-07-21 17:02:12 +02:00