Commit 8321887
Error handling in encoder for width setting (#69)
* Error handling in encoder for width setting
* For --input-csp 2, -w should be a multiple of 2
* move width check in encoder to check_conf() function
* invalid configuration check of --input-csp 2 and -w non-multiple of 2
moved to the check_conf() function
* Update readme (#67)
* updated imhex screenshot compatible with version 4
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
* updated README
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
* fixed invalid operation incase of y4m input
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
---------
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>
* Error handling in encoder for width setting
* For --input-csp 2, -w should be a multiple of 2
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>
* move width check in encoder to check_conf() function
* invalid configuration check of --input-csp 2 and -w non-multiple of 2
moved to the check_conf() function
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>
* Enclosing check code in for loop of max_num_frms
* This will allow flexible implementation of multiple frames encoding in
near future
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>
* Using existing for loop for handling invalid width
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>
* Bug fix: updating FRM_IDX to loop parameter
Signed-off-by: Subhrajit Mishra <84323996+subhrajitm20@users.noreply.github.com>
---------
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Signed-off-by: subhrajitm20 <2003subhrajit@gmail.com>
Signed-off-by: Subhrajit Mishra <84323996+subhrajitm20@users.noreply.github.com>
Co-authored-by: kpchoi <kp5.choi@samsung.com>1 parent 3dc91c5 commit 8321887
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
329 | 334 | | |
330 | 335 | | |
331 | 336 | | |
| |||
0 commit comments