[vlc-commits] demux: xiph: fix append buffer type

Steve Lhomme git at videolan.org
Wed Sep 18 12:30:50 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Sep 18 12:30:22 2019 +0200| [334c28e4326bbcf6639d2a2ff37717e9a1d936f7] | committer: Steve Lhomme

demux: xiph: fix append buffer type

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=334c28e4326bbcf6639d2a2ff37717e9a1d936f7
---

 modules/demux/xiph_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/xiph_test.c b/modules/demux/xiph_test.c
index b4ad921ba8..60826dfb35 100644
--- a/modules/demux/xiph_test.c
+++ b/modules/demux/xiph_test.c
@@ -54,7 +54,7 @@ struct params_s
     unsigned packets_count;
     bool lavc;
     vlc_fourcc_t codec;
-    uint8_t *p_append;
+    void *p_append;
     int i_append;
 };
 



More information about the vlc-commits mailing list