spacing
This commit is contained in:
parent
aef0cc55eb
commit
15f1175f25
|
@ -58,8 +58,8 @@ class ZMPacket {
|
|||
int is_keyframe() { return keyframe; };
|
||||
int decode( AVCodecContext *ctx );
|
||||
void reset();
|
||||
explicit ZMPacket( Image *image );
|
||||
explicit ZMPacket( ZMPacket &packet );
|
||||
explicit ZMPacket(Image *image);
|
||||
explicit ZMPacket(ZMPacket &packet);
|
||||
ZMPacket();
|
||||
~ZMPacket();
|
||||
void lock() {
|
||||
|
|
Loading…
Reference in New Issue