On 3/10/2019 6:09 PM, Venkateswaran.S wrote:
I'm using FFmpeg C API not the cmd util.
The ffmpeg-users list is aimed at command-line users, you might try on the libav-user mailing list, it covers the libraries themselves (https://lists.ffmpeg.org/mailman/listinfo/libav-user/).
how to dump log of decoder.?
If you're calling the decoder directly, the various routines involved will all return a status. You may need to look into the behavior of the decoders in how they deal with corrupt data and whether they silently reconstruct a bad frame.
If you don't already have the ffmpeg source code, it would be a good idea to download that and look at the routines directly.
z! _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
