Commit a4a84c7
committed
review: fix orphan AVVideo reference after capture backend consolidation
The AVVideo→SCVideo consolidation in 9d242cd moved +displayNames and
+getDisplayName: into SCVideo and deleted av_video.{h,m}, but missed
the +getDisplayName: call in log_display_diagnostic(). With av_video.h
gone, [AVVideo getDisplayName:display_id] no longer compiles.
Switch to [SCVideo getDisplayName:display_id] (which already hosts the
helper after the move).1 parent 1d31ce3 commit a4a84c7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments