vlc | branch: master | Steve Lhomme <[email protected]> | 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; }; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
