2018-01-19 0:21 GMT+01:00 Nikolas Bowe <[email protected]>:
> + av_log(matroska->ctx, AV_LOG_WARNING, > + "Invalid frame rate %e. Cannot calculate default > duration.\n", > + track->video.frame_rate); We currently have one ocurence of "%e" in the whole codebase and it is usually not compiled: Can you use %f here or would that be a disadvantage? Carl Eugen _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
