I am developing a directshow audio decoder filter, to decode AC3 audio. the filter is used in a live graph, decoding TS multi开发者_开发问答cast.
on windows 7 the windows media player supports .ts files very well, in the sense that windows media player knows how to handle such files without any additional codec packs.
I\'m using R开发者_运维问答TP TS (Payload 33) to stream some video files in MPEG-2 and MPEG-4, and then perform some tasks over them.
How can I detect at compile time from an ASM source file if the target architecture is I386 or AMD64?