extractor.h   extractor.h 
skipping to change at line 37 skipping to change at line 37
} }
#endif #endif
#endif #endif
#include <stdint.h> #include <stdint.h>
/** /**
* 0.2.6-1 => 0x00020601 * 0.2.6-1 => 0x00020601
* 4.5.2-0 => 0x04050200 * 4.5.2-0 => 0x04050200
*/ */
#define EXTRACTOR_VERSION 0x01020000 #define EXTRACTOR_VERSION 0x01030000
#include <stdio.h> #include <stdio.h>
/** /**
* Options for how plugin execution should be done. * Options for how plugin execution should be done.
*/ */
enum EXTRACTOR_Options enum EXTRACTOR_Options
{ {
/** /**
skipping to change at line 382 skipping to change at line 382
EXTRACTOR_METATYPE_SUBTITLE_LANGUAGE = 222, EXTRACTOR_METATYPE_SUBTITLE_LANGUAGE = 222,
EXTRACTOR_METATYPE_VIDEO_LANGUAGE = 223, EXTRACTOR_METATYPE_VIDEO_LANGUAGE = 223,
EXTRACTOR_METATYPE_TOC = 224, EXTRACTOR_METATYPE_TOC = 224,
EXTRACTOR_METATYPE_VIDEO_DURATION = 225, EXTRACTOR_METATYPE_VIDEO_DURATION = 225,
EXTRACTOR_METATYPE_AUDIO_DURATION = 226, EXTRACTOR_METATYPE_AUDIO_DURATION = 226,
EXTRACTOR_METATYPE_SUBTITLE_DURATION = 227, EXTRACTOR_METATYPE_SUBTITLE_DURATION = 227,
EXTRACTOR_METATYPE_LAST = 228 EXTRACTOR_METATYPE_AUDIO_PREVIEW = 228,
EXTRACTOR_METATYPE_LAST = 229
}; };
/** @} */ /* end of meta data types */ /** @} */ /* end of meta data types */
/** /**
* Get the textual name of the keyword. * Get the textual name of the keyword.
* *
* @param type meta type to get a UTF-8 string for * @param type meta type to get a UTF-8 string for
* @return NULL if the type is not known, otherwise * @return NULL if the type is not known, otherwise
* an English (locale: C) string describing the type; * an English (locale: C) string describing the type;
 End of changes. 2 change blocks. 
2 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/