]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/copy.h
Used vlc_memalign for vaapi/dxva2 copy buffer
[vlc] / modules / codec / avcodec / copy.h
index 312bf4c4f3417ea48fa02a9e6d14161ae96a761c..93d246af5a131ea004a20b0afac782d955ea74b5 100644 (file)
@@ -25,7 +25,7 @@
 #define _VLC_AVCODEC_COPY_H 1
 
 typedef struct {
-    uint8_t *base;
+    void    *base;
     uint8_t *buffer;
     size_t  size;
 } copy_cache_t;