Commit ce1059d5 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '7b6aae23'

* commit '7b6aae23':
  electronicarts: read the framerate for MAD
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 4adad5a1 7b6aae23
......@@ -420,6 +420,8 @@ static int process_ea_header(AVFormatContext *s)
case MADk_TAG:
ea->video_codec = AV_CODEC_ID_MAD;
avio_skip(pb, 6);
ea->time_base = (AVRational) { avio_rl16(pb), 1000 };
break;
case MVhd_TAG:
......
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