diff options
author | Lynne <dev@lynne.ee> | 2024-06-23 15:58:28 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-06-24 23:53:25 +0200 |
commit | dae12ddb2e5d4ec8cf5a965f4ac793edfa3802d6 (patch) | |
tree | 4161d26f1fdb57c9184fe469841ef0d12f99ebc9 /tests/ref/fate/mov-spherical-mono | |
parent | 0d748eec8d52715f2949bd03519d39f2bf5baac4 (diff) | |
download | ffmpeg-dae12ddb2e5d4ec8cf5a965f4ac793edfa3802d6.tar.gz |
lavu/stereo3d: change the horizontal FOV field to a rational
This avoids hardcoding any implementation-specific limitiations as
part of the API, and allows for future expandability.
This also allows API users to more conveniently convert the
values into floats without hardcoding specific conversion constants.
The API was committed a few days ago, so changing this field now
is within the realms of acceptable.
Diffstat (limited to 'tests/ref/fate/mov-spherical-mono')
-rw-r--r-- | tests/ref/fate/mov-spherical-mono | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/mov-spherical-mono b/tests/ref/fate/mov-spherical-mono index b108596350..065b109a41 100644 --- a/tests/ref/fate/mov-spherical-mono +++ b/tests/ref/fate/mov-spherical-mono @@ -7,7 +7,7 @@ view=packed primary_eye=none baseline=0 horizontal_disparity_adjustment=0/1 -horizontal_field_of_view=0 +horizontal_field_of_view=0/1 [/SIDE_DATA] [SIDE_DATA] side_data_type=Spherical Mapping |