more work on project management
This commit is contained in:
@@ -186,8 +186,6 @@ bool FFmpegDecoder::Probe(Footage *f)
|
||||
|
||||
str = video_stream;
|
||||
|
||||
qDebug() << "Stream V" << i << "Len" << (rational(avstream_->duration) * rational(avstream_->time_base)).ToDouble();
|
||||
|
||||
} else if (avstream_->codecpar->codec_type == AVMEDIA_TYPE_AUDIO) {
|
||||
|
||||
// Create an audio stream object
|
||||
@@ -199,8 +197,6 @@ bool FFmpegDecoder::Probe(Footage *f)
|
||||
|
||||
str = audio_stream;
|
||||
|
||||
qDebug() << "Stream A" << i << "Len" << (rational(avstream_->duration) * rational(avstream_->time_base)).ToDouble();
|
||||
|
||||
} else {
|
||||
|
||||
// This is data we can't utilize at the moment, but we make a Stream object anyway to keep parity with the file
|
||||
|
||||
Reference in New Issue
Block a user