]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wvdec.c
avdevice: Add missing header for NULL_IF_CONFIG_SMALL
[ffmpeg] / libavformat / wvdec.c
index 1a2a722cb721818d628c545beeff8e8be0f92928..75eddd2f50a3695759d7af41372c427f8f9e2406 100644 (file)
@@ -47,7 +47,7 @@ static const int wv_rates[16] = {
     32000, 44100, 48000, 64000, 88200, 96000, 192000,    -1
 };
 
-typedef struct {
+typedef struct WVContext {
     uint8_t block_header[WV_HEADER_SIZE];
     WvHeader header;
     int rate, chan, bpp;