]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/huffman.h
libopenjpeg: Support rgba64 encoding
[ffmpeg] / libavcodec / huffman.h
index 881c30db477c2381665441005597389c390a4d44..043e6e399136dc1966c1abc84da737bb871f252d 100644 (file)
@@ -29,7 +29,7 @@
 #include "avcodec.h"
 #include "get_bits.h"
 
-typedef struct {
+typedef struct Node {
     int16_t  sym;
     int16_t  n0;
     uint32_t count;