Philip Jägenstedt 2f4ea3b734 vp8enc: Limit max-latency to 25 to match libvpx
From libvpx/vp8/encoder/onyx_int.h:
 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)

While we don't need to be tied to what libvpx does internally, it
doesn't make sense to pretend to support longer frame lags than are
actually possible.
2010-05-20 10:37:24 +02:00
..
2010-03-23 11:10:05 +01:00
2010-03-22 12:05:59 +01:00
2010-03-22 13:16:33 +01:00
2010-03-22 12:05:59 +01:00
2010-03-22 13:16:33 +01:00
2010-03-22 08:47:57 +01:00
2010-03-22 13:16:33 +01:00
2010-03-22 13:16:33 +01:00
2010-03-22 16:56:03 +01:00
2010-02-07 11:17:20 +01:00
2010-03-29 10:00:57 +11:00
2010-03-22 13:16:33 +01:00
2010-05-19 19:24:02 +02:00