mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-15 11:17:49 +00:00
Merge commit 'cb7b1a2dfb547ab78342a7a9d5cd729d77d90421'
* commit 'cb7b1a2dfb547ab78342a7a9d5cd729d77d90421': electronicarts: set the framerate for TGQ/TQI Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
3e07a056a8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user