]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sipr.c
avcodec: Don't anonymously typedef structs
[ffmpeg] / libavcodec / sipr.c
index 98607f22877e5f42291a1d1cd6eb5061d8f821e1..81c38a3a99bd81172fd7306dca8dd0d936c51a8d 100644 (file)
@@ -44,7 +44,7 @@
 #include "sipr.h"
 #include "siprdata.h"
 
-typedef struct {
+typedef struct SiprModeParam {
     const char *mode_name;
     uint16_t bits_per_frame;
     uint8_t subframe_count;