]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/proresdsp.h
dvbsubdec: check memory allocations and propagate errors
[ffmpeg] / libavcodec / proresdsp.h
index 71a07062f2d4a189a2aaba92c0310296c3ef874d..e8a3ea96a743bfb998b9af5164dd9c937b876c1d 100644 (file)
@@ -31,7 +31,6 @@ typedef struct ProresDSPContext {
     int idct_permutation_type;
     uint8_t idct_permutation[64];
     void (* idct_put) (uint16_t *out, int linesize, int16_t *block, const int16_t *qmat);
-    void (* fdct) (const uint16_t *src, int linesize, int16_t *block);
 } ProresDSPContext;
 
 void ff_proresdsp_init(ProresDSPContext *dsp);