changeset 36586:8bbed8b34783

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.
author reimar
date Tue, 21 Jan 2014 19:57:06 +0000
parents 4e5366f99306
children a621ca86c884
files libvo/vo_md5sum.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
     }