]> git.sesse.net Git - ffmpeg/blobdiff - ffplay.c
swscale: Fix all cast qualifier warnings:
[ffmpeg] / ffplay.c
index 75e0bb55bf4144dd6234adc00dabb7fae3ca53cc..51753e24aa44c1b463169a23cb7d33e9243a6056 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -2152,6 +2152,9 @@ static int audio_decode_frame(VideoState *is, double *pts_ptr)
 
         pkt_temp->data = pkt->data;
         pkt_temp->size = pkt->size;
+        pkt_temp->flags           = pkt->flags;
+        pkt_temp->side_data       = pkt->side_data;
+        pkt_temp->side_data_elems = pkt->side_data_elems;
 
         /* if update the audio clock with the pts */
         if (pkt->pts != AV_NOPTS_VALUE) {