diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-02-10 15:36:56 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-07 11:07:02 -0500 |
commit | a825980f9f93af32c719497f9aab1e14248ab471 (patch) | |
tree | 6e89603faffce5f63e29b7698c31731b9bbb1243 /tests/fate | |
parent | 6bce6aa17d7f22bf46fde0d4610a41d2af0c0e48 (diff) | |
download | ffmpeg-streaming-a825980f9f93af32c719497f9aab1e14248ab471.zip ffmpeg-streaming-a825980f9f93af32c719497f9aab1e14248ab471.tar.gz |
mov: Export bounds and padding from spherical metadata
Update the fate test as needed.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/mov.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 57cbb1c..9d64fd3 100644 --- a/tests/fate/mov.mak +++ b/tests/fate/mov.mak @@ -11,7 +11,7 @@ FATE_MOV += fate-mov-sar fate-mov-sar: CMD = probestream sample_aspect_ratio $(TARGET_SAMPLES)/mov/displaymatrix.mov FATE_MOV += fate-mov-spherical -fate-mov-spherical: CMD = probestream projection,yaw,pitch,roll $(TARGET_SAMPLES)/mov/spherical.mov +fate-mov-spherical: CMD = probestream projection,yaw,pitch,roll,left,top,right,bottom $(TARGET_SAMPLES)/mov/spherical.mov FATE_MOV += fate-mov-stereo3d fate-mov-stereo3d: CMD = probestream type $(TARGET_SAMPLES)/mov/spherical.mov |