X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fpython%2Fhighgui%2FcvCreateFileCaptureRGBA.py;fp=tests%2Fpython%2Fhighgui%2FcvCreateFileCaptureRGBA.py;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=b6620732df8b4d038864a9fa28253e2e9c9bae1d;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/tests/python/highgui/cvCreateFileCaptureRGBA.py b/tests/python/highgui/cvCreateFileCaptureRGBA.py deleted file mode 100755 index b662073..0000000 --- a/tests/python/highgui/cvCreateFileCaptureRGBA.py +++ /dev/null @@ -1,17 +0,0 @@ -#! /usr/bin/env python -""" -This script will test highgui's video reading functionality -for RAW RGBA (dummy alpha channel) .avi files -""" - -# pixel format to check -FORMAT = "RGBA" - -# import check routine -import cvCreateFileCapture - -# check video file of format FORMAT, -# the function also exits and returns -# 0,1 or 77 accordingly. - -cvCreateFileCapture.video_ok(FORMAT)