Skip to content

Commit c8ae239

Browse files
Update examples/wxpy_room/wxpy_room.py
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 265a17b commit c8ae239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/wxpy_room/wxpy_room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ def __init__(self, parent):
811811
codec_label.SetFont(wx.Font(10, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL))
812812
main_sizer.Add(codec_label, 0, wx.LEFT | wx.RIGHT, 20)
813813

814-
codecs = ["VP8", "VP9", "AV1", "H264", "H265"]
814+
codecs = ["VP8", "VP9", "AV1", "H264"]
815815
self.codec_choice = wx.Choice(self, choices=codecs, size=(-1, 30))
816816
self.codec_choice.SetSelection(0) # default VP8
817817
main_sizer.Add(self.codec_choice, 0, wx.EXPAND | wx.LEFT | wx.RIGHT | wx.TOP, 20)

0 commit comments

Comments
 (0)