annotate libmpcodecs/vd_vfwex.c @ 20213:cc316541564f

during stream detection always parse ts_probesize bytes (even with -nosound set), otherwise the demuxer may not have a chance to correctly identify the stream type (e.g. H264 was misidentified as MPEG2 with -nosound set)
author nicodvb
date Sun, 15 Oct 2006 09:29:02 +0000
parents 3e7a601c5874
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7229
b4d025d64eb3 merged with dll_init
alex
parents: 7180
diff changeset
1
7260
3e7a601c5874 - vfwex redundancy removed
arpi
parents: 7243
diff changeset
2 #define BUILD_VFWEX 1
7229
b4d025d64eb3 merged with dll_init
alex
parents: 7180
diff changeset
3
7260
3e7a601c5874 - vfwex redundancy removed
arpi
parents: 7243
diff changeset
4 #include "vd_vfw.c"