Skip to content

Commit e0e456c

Browse files
author
Daniel Flores
committed
test gif against ffmpeg cli
1 parent 2055291 commit e0e456c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_ops.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,9 @@ def test_video_encoder_round_trip(self, tmp_path, format):
14291429

14301430
@pytest.mark.skipif(in_fbcode(), reason="ffmpeg CLI not available")
14311431
@pytest.mark.skipif(in_fbcode(), reason="ffmpeg CLI not available")
1432-
@pytest.mark.parametrize("format", ("mov", "mp4", "avi", "mkv", "webm", "flv"))
1432+
@pytest.mark.parametrize(
1433+
"format", ("mov", "mp4", "avi", "mkv", "webm", "flv", "gif")
1434+
)
14331435
def test_video_encoder_against_ffmpeg_cli(self, tmp_path, format):
14341436
ffmpeg_version = get_ffmpeg_major_version()
14351437
if format == "webm":

0 commit comments

Comments
 (0)