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

Method reset

src/FFmpegReader.h:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void reset(bool eof) {
71 // Reset counts and EOF detection for packets
72 video_read = 0; video_decoded = 0; audio_read = 0; audio_decoded = 0;
73 video_eof = eof; audio_eof = eof; packets_eof = eof; end_of_file = eof;
74 }
75 };
76
77 /**

Callers 15

MaskReaderMethod · 0.80
GetMaskImageMethod · 0.80
getNextAudioBlockMethod · 0.80
CloseMethod · 0.80
FFmpegReader.cppFile · 0.80
CloseMethod · 0.80
SeekMethod · 0.80
CloseMethod · 0.80
ResolveWaveformReaderMethod · 0.80
CloseMethod · 0.80
CloseMethod · 0.80
~FrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected