Skip to content

Commit 8f616cb

Browse files
author
Clement Champetier
committed
StreamTranscoder: process filtering at each frame when transcode
Do nothing if there is no filter previously added.
1 parent 40898c0 commit 8f616cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AvTranscoder/transcoder/StreamTranscoder.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,9 @@ bool StreamTranscoder::processTranscode(const int subStreamIndex)
484484
else
485485
decodingStatus = _currentDecoder->decodeNextFrame(*_sourceBuffer, subStreamIndex);
486486

487+
LOG_DEBUG("Filtering")
488+
_filterGraph->process(*_sourceBuffer);
489+
487490
CodedData data;
488491
if(decodingStatus)
489492
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy