OSDN Git Service

libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold
authorMartin Storsjö <martin@martin.st>
Tue, 8 Jun 2010 09:01:14 +0000 (09:01 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 8 Jun 2010 09:01:14 +0000 (09:01 +0000)
commit00ce2cbed55d2bfb67ed7c2abb734f452a7b9267
treebc085cb4781c83bf020a6b2ca1f995defef7c4de
parent07777c2d5c1a87e5c6814f4c9d9de6dee5c7ff3c
libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold

The default for frame_skip_threshold is 0, which thus disables the libvpx
frame dropping.

Originally committed as revision 23522 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/libvpxenc.c