# HG changeset patch
# User Aasaipriya Chandran <[email protected]>
# Date 1449799421 -19800
#      Fri Dec 11 07:33:41 2015 +0530
# Node ID 89662420ff5f687013a846d55cca9042f01c2b9d
# Parent  33d04da2f68830ac51151cfbda8f38fb9a7e8bb9
Updated documentation - adding frametype 'K' (issues 161)

diff -r 33d04da2f688 -r 89662420ff5f source/x265cli.h
--- a/source/x265cli.h  Wed Dec 09 22:24:25 2015 +0530
+++ b/source/x265cli.h  Fri Dec 11 07:33:41 2015 +0530
@@ -342,7 +342,7 @@
     H0("   --[no-]b-pyramid              Use B-frames as references. Default 
%s\n", OPT(param->bBPyramid));
     H1("   --qpfile <string>             Force frametypes and QPs for some or 
all frames\n");
     H1("                                 Format of each line: framenumber 
frametype QP\n");
-    H1("                                 QP is optional (none lets x265 
choose). Frametypes: I,i,P,B,b.\n");
+    H1("                                 QP is optional (none lets x265 
choose). Frametypes: I,i,K,P,B,b.\n");
     H1("                                 QPs are restricted by 
qpmin/qpmax.\n");
     H0("\nRate control, Adaptive Quantization:\n");
     H0("   --bitrate <integer>           Target bitrate (kbps) for ABR 
(implied). Default %d\n", param->rc.bitrate);
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to