diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-29 22:56:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-10-05 23:22:30 +0200 |
| commit | 4ba1475736d36fe3b6b3e9ce653cde561695e7e6 (patch) | |
| tree | fa58363210774d4d4fbf2f1fbfde2ae07c732bc5 /src/lib/film.cc | |
| parent | 7da1ba1be59c48af133b2fec83dc272ef21ba2db (diff) | |
Rename XML tags Fade{In,Out} to VideoFade{In,Out}.
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index ded96ab45..b624b234b 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -142,8 +142,10 @@ static constexpr char assets_file[] = "assets.xml"; * have had Subtitle prefixes or suffixes removed. * 37 -> 38 * VideoContent scale expressed just as "guess" or "custom" + * 38 -> 39 + * Fade{In,Out} -> VideoFade{In,Out} */ -int const Film::current_state_version = 38; +int const Film::current_state_version = 39; /** Construct a Film object in a given directory. |
