Commit ad0560fe authored by Luca Barbato's avatar Luca Barbato

mxf: Remove a typo

Introduced in 93370d12
parent cc41167a
...@@ -1533,7 +1533,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf) ...@@ -1533,7 +1533,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
avpriv_set_pts_info(st, 64, descriptor->sample_rate.den, descriptor->sample_rate.num); avpriv_set_pts_info(st, 64, descriptor->sample_rate.den, descriptor->sample_rate.num);
} else { } else {
av_log(mxf->fc, AV_LOG_WARNING, "invalid sample rate (%d/%d) " av_log(mxf->fc, AV_LOG_WARNING, "invalid sample rate (%d/%d) "
"found for stream #%, time base forced to 1/48000\n", "found for stream #%d, time base forced to 1/48000\n",
descriptor->sample_rate.num, descriptor->sample_rate.den, descriptor->sample_rate.num, descriptor->sample_rate.den,
st->index); st->index);
avpriv_set_pts_info(st, 64, 1, 48000); avpriv_set_pts_info(st, 64, 1, 48000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment