[vlc-commits] mediacodec: fix build
Thomas Guillem
git at videolan.org
Thu Dec 10 16:41:30 CET 2015
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Dec 10 16:41:15 2015 +0100| [3c23c3df8b131159b2fa477dc198aa7378d0d795] | committer: Thomas Guillem
mediacodec: fix build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c23c3df8b131159b2fa477dc198aa7378d0d795
---
modules/codec/omxil/mediacodec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/omxil/mediacodec.c b/modules/codec/omxil/mediacodec.c
index 5debb11..a1b1787 100644
--- a/modules/codec/omxil/mediacodec.c
+++ b/modules/codec/omxil/mediacodec.c
@@ -244,7 +244,7 @@ static int H264SetCSD(decoder_t *p_dec, void *p_buf, size_t i_size,
bool *p_size_changed)
{
decoder_sys_t *p_sys = p_dec->p_sys;
- struct nal_sps sps;
+ struct h264_nal_sps sps;
uint8_t *p_sps_buf = NULL, *p_pps_buf = NULL;
size_t i_sps_size = 0, i_pps_size = 0;
More information about the vlc-commits
mailing list