mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
[MOVED FROM BAD 042/134] vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/
This corresponds to upstream libvpx commit 6cd4a10e167203d1deb79abf60ee72599e97891b
This commit is contained in:
parent
0de97a2e85
commit
70305a8088
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ gst_vp8_enc_buffer_to_image (GstVP8Enc * enc, GstBuffer * buffer)
|
||||||
GstBaseVideoEncoder *encoder = (GstBaseVideoEncoder *) enc;
|
GstBaseVideoEncoder *encoder = (GstBaseVideoEncoder *) enc;
|
||||||
guint8 *data = GST_BUFFER_DATA (buffer);
|
guint8 *data = GST_BUFFER_DATA (buffer);
|
||||||
|
|
||||||
image->fmt = IMG_FMT_I420;
|
image->fmt = VPX_IMG_FMT_I420;
|
||||||
image->bps = 12;
|
image->bps = 12;
|
||||||
image->x_chroma_shift = image->y_chroma_shift = 1;
|
image->x_chroma_shift = image->y_chroma_shift = 1;
|
||||||
image->img_data = data;
|
image->img_data = data;
|
||||||
|
|
Loading…
Reference in a new issue