]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/alsa.h
avcodec/vaapi: Remove old and deprecated VAAPI context and header
[ffmpeg] / libavdevice / alsa.h
index 1ed8c82199267d38168da8a852229b06c491056b..07783c983a7eb8c6584f8906dbcb64f035d97b1b 100644 (file)
@@ -58,6 +58,7 @@ typedef struct AlsaData {
     void *reorder_buf;
     int reorder_buf_size; ///< in frames
     int64_t timestamp; ///< current timestamp, without latency applied.
+    AVPacket *pkt;
 } AlsaData;
 
 /**