Skip to content

Commit

Permalink
we get errors decoding vp9+yuv444 frames, so disable it
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8943 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 7, 2015
1 parent a771f0f commit e60c86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/codecs/dec_avcodec2/decoder.pyx
Expand Up @@ -179,7 +179,7 @@ def get_input_colorspaces(encoding):
assert encoding=="vp9"
#we only handle YUV420P encoding at present,
#but we ought to be able to support the other YUV modes out of the box already:
return ["YUV420P", "YUV422P", "YUV444P"]
return ["YUV420P"]

def get_output_colorspace(encoding, csc):
if encoding not in CODECS:
Expand Down

0 comments on commit e60c86d

Please sign in to comment.