Fix missing comma

This commit is contained in:
Isaac Connor 2021-01-11 11:15:22 -05:00
parent 67f4359242
commit 9740b635dd
1 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ void zm_dump_codecpar(const AVCodecParameters *par);
frame->width, \
frame->height, \
frame->linesize[0], frame->linesize[1], \
frame->pts \
frame->pts, \
frame->key_frame \
);