]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1dsp.h
avcodec: disable FF_API_FAST_MALLOC
[ffmpeg] / libavcodec / vc1dsp.h
index aa5b6d34fd7a98721ab54f7095e1f00ab553e696..e2f75ac7dcf3cd754aa6bad2739826be4244483d 100644 (file)
@@ -80,7 +80,7 @@ typedef struct VC1DSPContext {
      * to filter out any zero bytes that are known to not be followed by
      * one or more further zero bytes and a one byte.
      */
-    int (*vc1_find_start_code_candidate)(const uint8_t *buf, int size);
+    int (*startcode_find_candidate)(const uint8_t *buf, int size);
 } VC1DSPContext;
 
 void ff_vc1dsp_init(VC1DSPContext* c);