[FFmpeg-user] *** drop!

Roger Pack rogerdpack2 at gmail.com
Wed Nov 7 18:08:16 CET 2012


Could anybody explain to me what this message means ("*** drop!")?

here's apparently the associated code from ffmpeg.c:
Thanks!
-r

    nb_frames = FFMIN(nb_frames, ost->max_frames - ost->frame_number);
    if (nb_frames == 0) {
        nb_frames_drop++;
        av_log(NULL, AV_LOG_VERBOSE, "*** drop!\n");
        return;


More information about the ffmpeg-user mailing list