Skip to content

Commit b01356f

Browse files
author
Clement Champetier
committed
VideoProperties: add log when no need to decode all the stream in case of full analysis
1 parent b6978bc commit b01356f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AvTranscoder/properties/VideoProperties.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,10 @@ size_t VideoProperties::analyseFull(IProgress& progress)
587587
const size_t nbDecodedFrames = analyseGopStructure(progress);
588588

589589
if(! _fileProperties->isRawFormat())
590+
{
591+
LOG_INFO("No need to decode all the stream to get more information.")
590592
return nbDecodedFrames;
593+
}
591594

592595
if(! _formatContext || ! _codecContext || ! _codec)
593596
return 0;

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