[MOVED FROM BAD 025/134] vp8enc: Limit max-latency to 25 to match libvpx
authorPhilip Jägenstedt <philipj@opera.com>
Thu, 20 May 2010 07:24:53 +0000 (09:24 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:27:13 +0000 (15:27 +0200)
commit80d2b434430bef1a193439f385fbd082a4b26722
tree5e9bb0288c9afa2fe0601801bc8efa35360b12cb
parent67adf511fd1554582a22003521a743e526211635
[MOVED FROM BAD 025/134] 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.
ext/vp8/gstvp8enc.c