]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adpcm.h
avcodec/atrac1: Cleanup generically after init failure
[ffmpeg] / libavcodec / adpcm.h
index 580db7df8bf01ecbf931a0f61c8111a43d2b1ca3..dc0d49ac616fb0e8bcf753696a5fd0d3f45e2a08 100644 (file)
@@ -45,4 +45,6 @@ typedef struct ADPCMChannelStatus {
     int idelta;
 } ADPCMChannelStatus;
 
+int16_t ff_adpcm_argo_expand_nibble(ADPCMChannelStatus *cs, int nibble, int shift, int flag);
+
 #endif /* AVCODEC_ADPCM_H */