diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-22 21:56:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-22 23:51:00 +0100 |
| commit | 01a1e14793477f2e9b4d40641ad2f47b8680dc92 (patch) | |
| tree | 4465c6aaec61f060c6cf1e9e4140ef6c6ee83a75 /src | |
| parent | f5d9e1e12f0fd3c25ca921e60126443b3a2cd240 (diff) | |
Remove unnecessary frame rate note.
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify.cc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/verify.cc b/src/verify.cc index 23d05633..64f3cac4 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -605,12 +605,7 @@ verify_main_picture_asset(Context& context, shared_ptr<const ReelPictureAsset> r /* Only 2D allowed for 4K */ if (dynamic_pointer_cast<const StereoJ2KPictureAsset>(asset)) { - context.add_note( - VerificationNote::Code::INVALID_PICTURE_ASSET_RESOLUTION_FOR_3D, - String::compose("%1/%2", asset->edit_rate().numerator, asset->edit_rate().denominator), - file - ); - + context.add_note(VerificationNote::Code::INVALID_PICTURE_ASSET_RESOLUTION_FOR_3D, file); } } } |
