refactored highgui_specificvideo* tests; fixed repeated libswscale context creation in videocapture & videowriter (ticket #1541)

This commit is contained in:
Vadim Pisarevsky
2012-04-25 12:56:09 +00:00
parent 8d130ff10c
commit c0fcfcc7d8
3 changed files with 463 additions and 637 deletions

View File

@@ -57,5 +57,11 @@
# define BUILD_WITH_VIDEO_OUTPUT_SUPPORT 0
#endif
namespace cvtest
{
string fourccToString(int fourcc);
}
#endif