Commit abb6516
committed
Move the avifCodecSpecificOptionsClear() call
In avifEncoderAddImageInternal(), move the
avifCodecSpecificOptionsClear() call after the last statement that may
fail, so that we can simply say that avifEncoderAddImageInternal() calls
avifCodecSpecificOptionsClear() before it returns AVIF_RESULT_OK.1 parent 37dc20b commit abb6516
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2121 | 2121 | | |
2122 | 2122 | | |
2123 | 2123 | | |
2124 | | - | |
2125 | 2124 | | |
2126 | 2125 | | |
2127 | 2126 | | |
| 2127 | + | |
2128 | 2128 | | |
2129 | 2129 | | |
2130 | 2130 | | |
| |||
0 commit comments