Home
last modified time | relevance | path

Searched refs:MPEG_MARKER (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_mpgaudio.c62 #define MPEG_MARKER ME_FOURCC( 0x00, 0x00, 0x01, 0xBA ) macro
890 } else if (head == MPEG_MARKER) { in detect_mpgaudio_file()
H A Ddemux_mpeg.c115 #define MPEG_MARKER FOURCC_TAG( 0x00, 0x00, 0x01, 0xBA ) macro
1345 if (_X_BE_32(&large_buf[j]) == MPEG_MARKER) { in open_plugin()