git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c9117d
)
Remove broken VC1 detection code in ps muxer.
author
Antoine Cellerier
<dionoea@videolan.org>
Thu, 22 Feb 2007 21:47:13 +0000
(21:47 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Thu, 22 Feb 2007 21:47:13 +0000
(21:47 +0000)
modules/demux/ps.h
patch
|
blob
|
history
diff --git
a/modules/demux/ps.h
b/modules/demux/ps.h
index
28a13c9
..
8e9c7ec
100644
(file)
--- a/
modules/demux/ps.h
+++ b/
modules/demux/ps.h
@@
-106,18
+106,6
@@
static inline int ps_track_fill( ps_track_t *tk, ps_psm_t *p_psm, int i_id )
return VLC_EGENERIC;
}
}
- else if( (i_id&0xff00) == 0xfd00 )
- {
- if( i_id>=0x55 && i_id<=0x5f )
- {
- es_format_Init( &tk->fmt, VIDEO_ES, VLC_FOURCC('v','c','1',' ') );
- }
- else
- {
- es_format_Init( &tk->fmt, UNKNOWN_ES, 0 );
- return VLC_EGENERIC;
- }
- }
else
{
int i_type = ps_id_to_type( p_psm , i_id );