We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd25dc commit ba6b391Copy full SHA for ba6b391
src/AvTranscoder/properties/VideoProperties.cpp
@@ -507,10 +507,8 @@ void VideoProperties::analyseGopStructure(IProgress& progress)
507
// Get the stream
508
IInputStream& stream = file.getStream(_streamIndex);
509
stream.activate();
510
- // Setup a decoder
+ // Create a decoder
511
VideoDecoder decoder(static_cast<InputStream&>(stream));
512
- // Discard no frame type when decode
513
- _codecContext->skip_frame = AVDISCARD_NONE;
514
515
size_t count = 0;
516
int positionOfFirstKeyFrame = -1;
0 commit comments