MCPcopy Create free account
hub / github.com/IENT/YUView / unrefPacket

Method unrefPacket

YUViewLib/src/ffmpeg/FFmpegVersionHandler.cpp:647–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647void FFmpegVersionHandler::unrefPacket(AVPacketWrapper &packet)
648{
649 this->lib.avcodec.av_packet_unref(packet.getPacket());
650}
651
652void FFmpegVersionHandler::freePacket(AVPacketWrapper &packet)
653{

Callers 1

goToNextPacketMethod · 0.80

Calls 1

getPacketMethod · 0.80

Tested by

no test coverage detected