Skip to content

Commit 9de76c3

Browse files
committed
Comma
1 parent 86ac2d2 commit 9de76c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/encoding/video_encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def play_video(encoded_bytes):
276276
"g": 50, # Keyframe every 50 frames
277277
"max_b_frames": 0, # Disable B-frames for faster decoding
278278
"tune": "fastdecode", # Optimize for fast decoding
279-
},
279+
}
280280
)
281281

282282
# %%

0 commit comments

Comments
 (0)