You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
@@ -291,7 +291,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||||||
) {
|
) {
|
||||||
if (st->sample_aspect_ratio.num != 0 &&
|
if (st->sample_aspect_ratio.num != 0 &&
|
||||||
st->sample_aspect_ratio.den != 0 &&
|
st->sample_aspect_ratio.den != 0 &&
|
||||||
codec->sample_aspect_ratio.den != 0 &&
|
codec->sample_aspect_ratio.num != 0 &&
|
||||||
codec->sample_aspect_ratio.den != 0) {
|
codec->sample_aspect_ratio.den != 0) {
|
||||||
av_log(s, AV_LOG_ERROR, "Aspect ratio mismatch between muxer "
|
av_log(s, AV_LOG_ERROR, "Aspect ratio mismatch between muxer "
|
||||||
"(%d/%d) and encoder layer (%d/%d)\n",
|
"(%d/%d) and encoder layer (%d/%d)\n",
|
||||||
|
Reference in New Issue
Block a user