• Andreas Rheinhardt's avatar
    avformat/matroskaenc: Redo handling of FlagDefault · e3c54b54
    Andreas Rheinhardt authored
    Up until now, the Matroska muxer would mark a track as default if it had
    the disposition AV_DISPOSITION_DEFAULT or if there was no track with
    AV_DISPOSITION_DEFAULT set; in the latter case even more than one track
    of a kind (audio, video, subtitles) was marked as default which is not
    sensible.
    
    This commit changes the logic used to mark tracks as default. There are
    now three modes for this:
    a) In the "infer" mode the first track of every type (audio, video,
    subtitles) with default disposition set will be marked as default; if
    there is no such track (for a given type), then the first track of this
    type (if existing) will be marked as default. This behaviour is inspired
    by mkvmerge. It ensures that the default flags will be set in a sensible
    way even if the input comes from containers that lack the concept of
    default flags. This mode is the default mode.
    b) The "infer_no_subs" mode is similar to the "infer" mode; the
    difference is that if no subtitle track with default disposition exists,
    no subtitle track will be marked as default at all.
    c) The "passthrough" mode: Here the track will be marked as default if
    and only the corresponding input stream had disposition default.
    
    This fixes ticket #8173 (the passthrough mode is ideal for this) as
    well as ticket #8416 (the "infer_no_subs" mode leads to the desired
    output).
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    e3c54b54
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...