Commit eff2b5d
mm-video: vdec: initialize m_native_buffers_enabled flag appropriately
Initializing m_native_buffers_enabled flag in init_members() is causing
session failures because init_members() will be called from free_buffer()
during port reconfiguration and following use_output_buffer() fails.
So remove initializing the flag from init_members() and initialize it
in constructor.
Change-Id: I75fc5517133a4afc80d7361793020b15e3f83a9a1 parent 1b1badc commit eff2b5d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10146 | 10146 | | |
10147 | 10147 | | |
10148 | 10148 | | |
| 10149 | + | |
10149 | 10150 | | |
10150 | 10151 | | |
10151 | 10152 | | |
| |||
10164 | 10165 | | |
10165 | 10166 | | |
10166 | 10167 | | |
10167 | | - | |
10168 | 10168 | | |
10169 | 10169 | | |
10170 | 10170 | | |
| |||
0 commit comments