mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
ExportFormatFFMPEG supports tagging meta-data
This commit is contained in:
parent
267dfea02c
commit
d26a835d35
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ class LIBARDOUR_API ExportFormatFFMPEG : public ExportFormat, public HasCodecQua
|
||||||
Type get_type () const { return T_FFMPEG; }
|
Type get_type () const { return T_FFMPEG; }
|
||||||
SampleFormat get_explicit_sample_format () const { return SF_Float; }
|
SampleFormat get_explicit_sample_format () const { return SF_Float; }
|
||||||
int default_codec_quality () const { return -2; }
|
int default_codec_quality () const { return -2; }
|
||||||
|
virtual bool supports_tagging () const { return true; }
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ARDOUR
|
} // namespace ARDOUR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue