<div dir="ltr"><div dir="ltr"><div>Strahinja -</div><div><br></div>It doesn't make sense to change that value. It is one of a set of three constants describing different possible values of AVStream::pts_wrap_behavior: AV_PTS_WRAP_IGNORE (0), AV_PTS_WRAP_ADD_OFFSET (1), and AV_PTS_WRAP_SUBTRACT_OFFSET (-1). If you change AV_PTS_WRAP_IGNORE to 1, it will have the same value as AV_PTS_WRAP_ADD_OFFSET, and there will no longer be a proper enumeration. The code to handle PTS wrap is complicated - I wouldn't mess with it, myself. Since it is in the libavformat core, it could affect all muxers and demuxers.<div>- Richard Hussong</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 29, 2019 at 1:55 PM Strahinja Radman <<a href="mailto:dr.strashni@gmail.com">dr.strashni@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Can I safely change this flag #define AV_PTS_WRAP_IGNORE, to 1? Will <br>
this mess up some muxers or demuxers?<br>
<br>
<br>
Kind regards,<br>
<br>
Strahinja<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="https://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">https://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br>
To unsubscribe, visit link above, or email<br>
<a href="mailto:libav-user-request@ffmpeg.org" target="_blank">libav-user-request@ffmpeg.org</a> with subject "unsubscribe".</blockquote></div>