text
stringlengths 0
14.1k
|
---|
#endif
|
#if defined(MEDIAINFO_PDF_YES)
|
else if (Parser==__T(""PDF"")) Info=new File_Pdf();
|
#endif
|
#if defined(MEDIAINFO_SCC_YES)
|
else if (Parser==__T(""SCC"")) Info=new File_Scc();
|
#endif
|
#if defined(MEDIAINFO_SDP_YES)
|
else if (Parser==__T(""SDP"")) Info=new File_Sdp();
|
#endif
|
#if defined(MEDIAINFO_SUBRIP_YES)
|
else if (Parser==__T(""SubRip"") || Parser == __T(""WebVTT"")) Info=new File_SubRip();
|
#endif
|
#if defined(MEDIAINFO_TELETEXT_YES)
|
else if (Parser==__T(""Teletext"")) Info=new File_Teletext();
|
#endif
|
#if defined(MEDIAINFO_TTML_YES)
|
else if (Parser==__T(""TTML"")) Info=new File_Ttml();
|
#endif
|
#if defined(MEDIAINFO_OTHERTEXT_YES)
|
else if (Parser==__T(""OtherText"")) Info=new File_OtherText();
|
#endif
|
// Image
|
#if defined(MEDIAINFO_ARRIRAW_YES)
|
else if (Parser==__T(""Arri Raw"")) Info=new File_ArriRaw();
|
#endif
|
#if defined(MEDIAINFO_BMP_YES)
|
else if (Parser==__T(""Bmp"")) Info=new File_Bmp();
|
#endif
|
#if defined(MEDIAINFO_BPG_YES)
|
else if (Parser==__T(""Bpg"")) Info=new File_Bpg();
|
#endif
|
#if defined(MEDIAINFO_DDS_YES)
|
else if (Parser==__T(""Dds"")) Info=new File_Dds();
|
#endif
|
#if defined(MEDIAINFO_DPX_YES)
|
else if (Parser==__T(""Dpx"")) Info=new File_Dpx();
|
#endif
|
#if defined(MEDIAINFO_EXR_YES)
|
else if (Parser==__T(""Exr"")) Info=new File_Exr();
|
#endif
|
#if defined(MEDIAINFO_GIF_YES)
|
else if (Parser==__T(""Gif"")) Info=new File_Gif();
|
#endif
|
#if defined(MEDIAINFO_ICO_YES)
|
else if (Parser==__T(""Ico"")) Info=new File_Ico();
|
#endif
|
#if defined(MEDIAINFO_JPEG_YES)
|
else if (Parser==__T(""Jpeg"")) Info=new File_Jpeg();
|
#endif
|
#if defined(MEDIAINFO_PCX_YES)
|
else if (Parser==__T(""PCX"")) Info=new File_Pcx();
|
#endif
|
#if defined(MEDIAINFO_PNG_YES)
|
else if (Parser==__T(""Png"")) Info=new File_Png();
|
#endif
|
#if defined(MEDIAINFO_PSD_YES)
|
else if (Parser==__T(""Psd"")) Info=new File_Psd();
|
#endif
|
#if defined(MEDIAINFO_TIFF_YES)
|
else if (Parser==__T(""Tiff"")) Info=new File_Tiff();
|
#endif
|
#if defined(MEDIAINFO_TGA_YES)
|
else if (Parser==__T(""Tga"")) Info=new File_Tga();
|
#endif
|
// Archive
|
#if defined(MEDIAINFO_7Z_YES)
|
else if (Parser==__T(""7z"")) Info=new File_7z();
|
#endif
|
#if defined(MEDIAINFO_ACE_YES)
|
else if (Parser==__T(""Ace"")) Info=new File_Ace();
|
#endif
|
#if defined(MEDIAINFO_BZIP2_YES)
|
else if (Parser==__T(""Bzip2"")) Info=new File_Bzip2();
|
#endif
|
#if defined(MEDIAINFO_ELF_YES)
|
else if (Parser==__T(""Elf"")) Info=new File_Elf();
|
#endif
|
#if defined(MEDIAINFO_GZIP_YES)
|
else if (Parser==__T(""Gzip"")) Info=new File_Gzip();
|
#endif
|
#if defined(MEDIAINFO_ISO9660_YES)
|
else if (Parser==__T(""Iso9660"")) Info=new File_Iso9660();
|
#endif
|
#if defined(MEDIAINFO_MZ_YES)
|
else if (Parser==__T(""Mz"")) Info=new File_Mz();
|
#endif
|
#if defined(MEDIAINFO_RAR_YES)
|
else if (Parser==__T(""Rar"")) Info=new File_Rar();
|
#endif
|
#if defined(MEDIAINFO_TAR_YES)
|
else if (Parser==__T(""Tar"")) Info=new File_Tar();
|
#endif
|
#if defined(MEDIAINFO_ZIP_YES)
|
else if (Parser==__T(""Zip"")) Info=new File_Zip();
|
#endif
|
// Other
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.