mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22774 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3b3181fefd
commit
65b9ac6426
@ -125,8 +125,8 @@ void rtpCodecInitialize_video(demuxer_t* demuxer,
|
||||
}
|
||||
pos += atomLength;
|
||||
}
|
||||
needVideoFrameRate(demuxer, subsession);
|
||||
}
|
||||
needVideoFrameRate(demuxer, subsession);
|
||||
} else {
|
||||
fprintf(stderr,
|
||||
"Unknown MPlayer format code for MIME type \"video/%s\"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user