]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/g722.h
Fix compilation with libutvideo version 12.0.0
[ffmpeg] / libavcodec / g722.h
index eb3b9b872e35e2819a7d1b72b1be3be2dcc96fa9..bab1da48cc3f4c680ce4b3e438e782c6f110060f 100644 (file)
@@ -30,7 +30,7 @@
 
 #define PREV_SAMPLES_BUF_SIZE 1024
 
-typedef struct {
+typedef struct G722Context {
     const AVClass *class;
     AVFrame frame;
     int     bits_per_codeword;