ref: 075d9a257e3353785547ba9938d29e9da80ec376
parent: 032d19996178697bea2a020a30e0f5b165c85340
parent: a9731d6dd5cf2641a8c5d9f64fb670ef04368e11
author: huili2 <[email protected]>
date: Thu May 22 10:26:15 EDT 2014
Merge pull request #880 from ruil2/enc_quant use 0 as maxnalsize default value.
--- a/testbin/welsenc.cfg
+++ b/testbin/welsenc.cfg
@@ -15,7 +15,7 @@
EnableFrameCropping 1 # enable frame cropping flag
-MaxNalSize 1500 # Unit:Byte, Maximum Nal size
+MaxNalSize 0 # Unit:Byte, Maximum Nal size
#============================== LOOP FILTER ==============================
LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off,
# 2: on except for slice boundaries,
--- a/testbin/welsenc_arbitrary_res.cfg
+++ b/testbin/welsenc_arbitrary_res.cfg
@@ -15,7 +15,7 @@
EnableFrameCropping 1 # enable frame cropping flag
-MaxNalSize 1500 # Unit:Byte, Maximum Nal size
+MaxNalSize 0 # Unit:Byte, Maximum Nal size
#============================== LOOP FILTER ==============================
LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off,
# 2: on except for slice boundaries,
--- a/testbin/welsenc_ios.cfg
+++ b/testbin/welsenc_ios.cfg
@@ -15,7 +15,7 @@
EnableFrameCropping 1 # enable frame cropping flag
-MaxNalSize 1500 # Unit:Byte, Maximum Nal size
+MaxNalSize 0 # Unit:Byte, Maximum Nal size
#============================== LOOP FILTER ==============================
LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off,
# 2: on except for slice boundaries,
--- a/testbin/welsenc_vd_1d.cfg
+++ b/testbin/welsenc_vd_1d.cfg
@@ -15,7 +15,7 @@
EnableFrameCropping 1 # enable frame cropping flag
-MaxNalSize 1500 # Unit:Byte, Maximum Nal size
+MaxNalSize 0 # Unit:Byte, Maximum Nal size
#============================== LOOP FILTER ==============================
LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off,
# 2: on except for slice boundaries,
--- a/testbin/welsenc_vd_rc.cfg
+++ b/testbin/welsenc_vd_rc.cfg
@@ -15,7 +15,7 @@
EnableFrameCropping 1 # enable frame cropping flag
-MaxNalSize 1500 # Unit:Byte, Maximum Nal size
+MaxNalSize 0 # Unit:Byte, Maximum Nal size
#============================== LOOP FILTER ==============================
LoopFilterDisableIDC 0 # Loop filter idc (0: on, 1: off,
# 2: on except for slice boundaries,