clang format check

master
jcdr428 2022-04-24 19:10:27 +00:00
parent eacc766ad2
commit ff1ef78dbf
1 changed files with 11 additions and 1 deletions

View File

@ -31,7 +31,17 @@ class BaseAbstractStreamReader;
struct AVPacket
{
AVPacket()
: pts(0), dts(0), data(nullptr), size(0), stream_index(0), flags(0), duration(0), pos(0), pcr(0), codec(), codecID(0)
: pts(0),
dts(0),
data(nullptr),
size(0),
stream_index(0),
flags(0),
duration(0),
pos(0),
pcr(0),
codec(),
codecID(0)
{
}
int64_t pts; // presentation time stamp in time_base units