Commit 3e07a056 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'cb7b1a2d'

* commit 'cb7b1a2d':
  electronicarts: set the framerate for TGQ/TQI
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents ce1059d5 cb7b1a2d
......@@ -412,10 +412,12 @@ static int process_ea_header(AVFormatContext *s)
case pQGT_TAG:
case TGQs_TAG:
ea->video_codec = AV_CODEC_ID_TGQ;
ea->time_base = (AVRational) { 1, 15 };
break;
case pIQT_TAG:
ea->video_codec = AV_CODEC_ID_TQI;
ea->time_base = (AVRational) { 1, 15 };
break;
case MADk_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