spacing and NULL=>nullptr

This commit is contained in:
Isaac Connor 2020-12-27 12:01:01 -05:00
parent 3f2d088f8c
commit 7c9db96acc
1 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ class ZMPacket {
AVPacket *av_packet() { return &packet; }
AVPacket *set_packet(AVPacket *p) ;
AVFrame *av_frame() { return out_frame; }
Image *get_image( Image *i=NULL );
Image *get_image(Image *i=nullptr);
Image *set_image(Image *);
int is_keyframe() { return keyframe; };