vp8enc: Use VPX defines for REALTIME, GOOD/BEST quality deadlines instead of our own

These are the values used for the speed property.
This commit is contained in:
Sebastian Dröge 2010-06-14 15:51:30 +02:00
parent 268636c880
commit c2809e6843

View file

@ -636,9 +636,9 @@ gst_vp8_enc_buffer_to_image (GstVP8Enc * enc, GstBuffer * buffer)
}
static const int speed_table[] = {
0,
100000,
1,
VPX_DL_BEST_QUALITY,
VPX_DL_GOOD_QUALITY,
VPX_DL_REALTIME,
};
static gboolean