]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adx.h
avcodec options: add enum option for color_primaries
[ffmpeg] / libavcodec / adx.h
index da40eec92931fde3b04d33233d5a8709a4c4f7cc..ff4c2d6f35fcbda6596d07bd20b957396427797b 100644 (file)
 
 #include "avcodec.h"
 
-typedef struct {
+typedef struct ADXChannelState {
     int s1,s2;
 } ADXChannelState;
 
-typedef struct {
+typedef struct ADXContext {
     int channels;
     ADXChannelState prev[2];
     int header_parsed;