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/matroska-vp8-alpha-remux | |
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/matroska-vp8-alpha-remux')
-rw-r--r-- | tests/ref/fate/matroska-vp8-alpha-remux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/matroska-vp8-alpha-remux b/tests/ref/fate/matroska-vp8-alpha-remux index 06bcc4b4ba..6d2c18363d 100644 --- a/tests/ref/fate/matroska-vp8-alpha-remux +++ b/tests/ref/fate/matroska-vp8-alpha-remux @@ -39,6 +39,6 @@ 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] [/STREAM] |