]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adx.h
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / adx.h
index 92abe5f1634ff34ba92d855e15fe19607adfe00d..47d9f24a85432c0f03b431a6910ecee427a1f9eb 100644 (file)
 
 #include "avcodec.h"
 
-typedef struct {
+typedef struct ADXChannelState {
     int s1,s2;
 } ADXChannelState;
 
-typedef struct {
+typedef struct ADXContext {
     AVFrame frame;
     int channels;
     ADXChannelState prev[2];