summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_md5.c8
-rw-r--r--libvo/vo_pgm.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/libvo/vo_md5.c b/libvo/vo_md5.c
index 21141e8807..d8bccacaf0 100644
--- a/libvo/vo_md5.c
+++ b/libvo/vo_md5.c
@@ -90,10 +90,10 @@ static uint32_t draw_frame(uint8_t * src[])
static uint32_t
query_format(uint32_t format)
{
- switch(format){
- case IMGFMT_YV12:
- return 1;
- }
+// switch(format){
+// case IMGFMT_YV12:
+// return 1;
+// }
return 0;
}
diff --git a/libvo/vo_pgm.c b/libvo/vo_pgm.c
index bf017e5f86..06032d9894 100644
--- a/libvo/vo_pgm.c
+++ b/libvo/vo_pgm.c
@@ -97,12 +97,12 @@ static uint32_t draw_frame(uint8_t * src[])
static uint32_t
query_format(uint32_t format)
{
- switch(format){
- case IMGFMT_YV12:
+// switch(format){
+// case IMGFMT_YV12:
// case IMGFMT_RGB|24:
// case IMGFMT_BGR|24:
- return 1;
- }
+// return 1;
+// }
return 0;
}