Searched refs:dvdaudio_substream_type (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpeg.c416 uint8_t dvdaudio_substream_type; local
424 dvdaudio_substream_type = get_byte(s->pb);
504 switch(dvdaudio_substream_type & 0xe0) {
507 case 0x80: if((dvdaudio_substream_type & 0xf8) == 0x88)
532 (startcode == 0x1bd && ((dvdaudio_substream_type & 0xe0) == 0xa0))) {

Completed in 94 milliseconds