]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/qcp.c
rtpdec_asf: Don't free the payload context in the .close function
[ffmpeg] / libavformat / qcp.c
index 30d362f9384162c457057670deb8962b5ac688a7..be06e2f4ec68b1b117d0298727510882a6242478 100644 (file)
@@ -31,7 +31,7 @@
 #include "libavutil/intreadwrite.h"
 #include "avformat.h"
 
-typedef struct {
+typedef struct QCPContext {
     uint32_t data_size;                     ///< size of data chunk
 
 #define QCP_MAX_MODE 4