]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/internal.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / internal.h
index 24aca6b28b380ca15425039ae36e45d53442253c..75d7f37716c62048ba69365e28487449973b1b72 100644 (file)
 #include <stdint.h>
 #include "avcodec.h"
 
+struct AVCodecDefault {
+    const uint8_t *key;
+    const uint8_t *value;
+};
+
 /**
  * Determine whether pix_fmt is a hardware accelerated format.
  */