]> sigrok.org Git - libsigrok.git/commitdiff
Remove obsolete SR_INPUT_META_MIMETYPE metadata key.
authorBert Vermeulen <redacted>
Fri, 30 Oct 2015 15:41:30 +0000 (16:41 +0100)
committerUwe Hermann <redacted>
Sat, 31 Oct 2015 17:56:34 +0000 (18:56 +0100)
This was never really implemented, since getting the mimetype of a
file or stream in a cross-platform way is a gigantic tangle.

src/libsigrok-internal.h

index 0e516e935e4070b4dee441377bc8dd8871a4f52b..4f44b53b70c6a871f9aa6f435c9a6bf8ba152b1f 100644 (file)
@@ -223,8 +223,6 @@ enum sr_input_meta_keys {
        SR_INPUT_META_FILESIZE = 0x02,
        /** The first 128 bytes of the file, provided as a GString. */
        SR_INPUT_META_HEADER = 0x04,
-       /** The file's MIME type. */
-       SR_INPUT_META_MIMETYPE = 0x08,
 
        /** The module cannot identify a file without this metadata. */
        SR_INPUT_META_REQUIRED = 0x80,
@@ -280,7 +278,6 @@ struct sr_input_module {
         *   SR_INPUT_META_FILENAME
         *   SR_INPUT_META_FILESIZE
         *   SR_INPUT_META_HEADER
-        *   SR_INPUT_META_MIMETYPE
         *
         * If the high bit (SR_INPUT META_REQUIRED) is set, the module cannot
         * identify a stream without the given metadata.