]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ws-snd1.c
Prettify make output when generating headers
[ffmpeg] / libavcodec / ws-snd1.c
index b27b155135901468cebb3725a80878c76d05f0c0..85e04f55d4fba4d58ad1d684459f2fc040573a15 100644 (file)
@@ -48,8 +48,10 @@ static av_cold int ws_snd_decode_init(AVCodecContext * avctx)
 
 static int ws_snd_decode_frame(AVCodecContext *avctx,
                 void *data, int *data_size,
-                const uint8_t *buf, int buf_size)
+                AVPacket *avpkt)
 {
+    const uint8_t *buf = avpkt->data;
+    int buf_size = avpkt->size;
 //    WSSNDContext *c = avctx->priv_data;
 
     int in_size, out_size;