MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / packets_decoded

Method packets_decoded

src/FFmpegReader.h:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 int64_t packets_decoded() {
66 // Return total packets decoded
67 return video_decoded + audio_decoded;
68 }
69
70 void reset(bool eof) {
71 // Reset counts and EOF detection for packets

Callers 2

CloseMethod · 0.80
ReadStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected