Commit 5fc3064
committed
replace 'avcodec_close' with 'avcodec_free_context'
See 'avcodec_close' docstring:
Do not use this function. Use avcodec_free_context() to destroy a
codec context (either open or closed).1 parent 60eb4c0 commit 5fc3064
File tree
2 files changed
+2
-2
lines changed- components/pango_video/src/drivers
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments