diff --git a/tsMuxer/avPacket.h b/tsMuxer/avPacket.h index 6d61be9..78584ea 100644 --- a/tsMuxer/avPacket.h +++ b/tsMuxer/avPacket.h @@ -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