# HG changeset patch # User reimar # Date 1390334226 0 # Node ID 8bbed8b34783ab506ff4a2822eda0a4bf0045859 # Parent 4e5366f993060672b9f16fb04fab0865a231d86c vo_md5sum: set VOCAP_NOSLICES. Fixes a crash now that the draw_slice implementation was removed, though even before this should have resulted in incorrect output. diff -r 4e5366f99306 -r 8bbed8b34783 libvo/vo_md5sum.c --- a/libvo/vo_md5sum.c Tue Jan 21 18:45:02 2014 +0000 +++ b/libvo/vo_md5sum.c Tue Jan 21 19:57:06 2014 +0000 @@ -240,7 +240,7 @@ switch (format) { case IMGFMT_RGB24: case IMGFMT_YV12: - return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW; + return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW|VOCAP_NOSLICES; default: return 0; }