]> git.sesse.net Git - vlc/commit
Do not reject rawvideo without a frame rate but use 25 instead.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 7 Nov 2008 10:52:32 +0000 (11:52 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 7 Nov 2008 10:52:32 +0000 (11:52 +0100)
commit68ae0c21f802a0f34315485b3e450b4baa6f8d26
tree0d5e22b7e2e740593a3dd95d51f3463f7a254d0a
parentcf0633ae4b65fe4a636fb7248950ae4af4bfd48a
Do not reject rawvideo without a frame rate but use 25 instead.

 The rawvideo stream may not be CFR but has a timestamp for every frame.
 Anyway I prefer that we try to display the stream even with small glitches
than rejecting it.
modules/codec/rawvideo.c