Hello all,

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.

Thanks in advance.

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to