Skip to content

Commit 8ae6e9c

Browse files
fwolterrellla
authored andcommitted
Implement review feedback
1 parent 43f37b0 commit 8ae6e9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DEVELOPER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ graph TD
4040
4141
%% Filter Thread Path
4242
FilterPush --> FilterQueue["cFilterThread::m_frames"]
43-
FilterQueue --> FilterAction["cFilterThread::Action<br />[FFMPEG]"]
44-
FilterAction --> |Interlaced DRM_PRIME|HWDeint["HW Deinterlacer<br />[FFMPEG]"]
45-
FilterAction --> |YUV420P|SWDeint["SW Deinterlacer<br />or Resolution Scaling<br />[FFMPEG]"]
43+
FilterQueue --> FilterAction["cFilterThread::Action"]
44+
FilterAction --> |Interlaced DRM_PRIME|HWDeint["FFMPEG filter:<br />HW Deinterlacer"]
45+
FilterAction --> |YUV420P|SWDeint["FFMPEG filter:<br/>Convert to NV12 with optional SW Deinterlacing"]
4646
HWDeint -->|Progressive DRM_PRIME| RenderRB["cVideoRender::m_framesRb"]
4747
SWDeint --> |NV12 Format|EnqFB["cVideoRender::EnqueueFB"]
4848

0 commit comments

Comments
 (0)