!3442 Delete redundant code

Merge pull request !3442 from laamy/master
This commit is contained in:
openharmony_ci 2024-09-21 11:21:54 +00:00 committed by Gitee
commit 0e41d85e85
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -112,11 +112,6 @@ protected:
Status OnUnLinked(StreamType inType, const std::shared_ptr<FilterLinkCallback>& callback) override;
private:
struct MediaMetaData {
std::vector<std::shared_ptr<Meta>> trackMetas;
std::shared_ptr<Meta> globalMeta;
};
bool FindTrackId(StreamType outType, int32_t &trackId);
bool FindStreamType(StreamType &streamType, Plugins::MediaType mediaType, std::string mime, size_t index);
bool ShouldTrackSkipped(Plugins::MediaType mediaType, std::string mime, size_t index);
@ -131,7 +126,6 @@ private:
std::atomic<bool> isPrepareFramed{false};
std::shared_ptr<Filter> nextFilter_;
MediaMetaData mediaMetaData_;
std::shared_ptr<MediaDemuxer> demuxer_;
std::shared_ptr<MediaSource> mediaSource_;
std::shared_ptr<FilterLinkCallback> onLinkedResultCallback_;