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:
parent
268636c880
commit
c2809e6843
@ -636,9 +636,9 @@ gst_vp8_enc_buffer_to_image (GstVP8Enc * enc, GstBuffer * buffer)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const int speed_table[] = {
|
static const int speed_table[] = {
|
||||||
0,
|
VPX_DL_BEST_QUALITY,
|
||||||
100000,
|
VPX_DL_GOOD_QUALITY,
|
||||||
1,
|
VPX_DL_REALTIME,
|
||||||
};
|
};
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user