<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello all,<div><br></div><div>While writing a custom audio-video-filter, I noticed that ffmpeg is passing in -9223372036854775808 in to my filter_frame function.  While I understand it's probably a placeholder variable (-2^64) what I am wondering is what to do with the AVFrame's that's also passed in?  Are they valid AVFrame's, or also junk data?  In my test, there's an instance where there are 576 AVFrame's passed in along with the invalid timestamp.</div><div><br></div><div>Thanks in advance.</div><div>
<br></div></body></html>