From 160b37d9aa19e895958c4f87a19e6f3c57765337 Mon Sep 17 00:00:00 2001 From: ddennedy Date: Mon, 12 Jan 2004 19:53:24 +0000 Subject: [PATCH] change bluefish arg git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@69 d19143bc-622f-0410-bfdd-b5b2a6649095 --- docs/services.txt | 4 ++-- mlt/docs/services.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/services.txt b/docs/services.txt index 92eb64e..16c42cc 100644 --- a/docs/services.txt +++ b/docs/services.txt @@ -373,11 +373,11 @@ Consumers Constructor Argument - int video_standard - 0 = PAL, 1 = NTSC + string video_standard - "PAL" (default) or "NTSC" Initialisation Properties - int video_standard - see above + int video_standard - 0 = PAL, 1 = NTSC Read Only Properties diff --git a/mlt/docs/services.txt b/mlt/docs/services.txt index 92eb64e..16c42cc 100644 --- a/mlt/docs/services.txt +++ b/mlt/docs/services.txt @@ -373,11 +373,11 @@ Consumers Constructor Argument - int video_standard - 0 = PAL, 1 = NTSC + string video_standard - "PAL" (default) or "NTSC" Initialisation Properties - int video_standard - see above + int video_standard - 0 = PAL, 1 = NTSC Read Only Properties -- 1.7.4.4