diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2007-10-01 23:43:57 +0200 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2007-10-01 23:43:57 +0200 |
commit | f4e560ef116a71a8d407b615be19e1f0ddf438c5 (patch) | |
tree | b49b3a13999a2de4fcb4fd673fcb9090318699b2 /po | |
parent | 8f0d2fdb0a1921cc0eee8aa03f4620501ba33a53 (diff) | |
download | xine-lib-f4e560ef116a71a8d407b615be19e1f0ddf438c5.tar.gz xine-lib-f4e560ef116a71a8d407b615be19e1f0ddf438c5.tar.bz2 |
Fix incorrect H.264 detection on successive MPEG1/2 B frames.
Successive MPEG1/2 B frames (each with a slice #9) could incorrectly
lead to the assumption of a H.264 stream, as sequence or group start
codes were not seen for these frames. So the detection logic
interpreted the slice #9 start codes as H.264 access unit delimiters
and therefore incorrectly switched to H.264 buffer type instead of
MPEG1/2. Extending the detection logic to consider MPEG1/2 picture
start codes as well (which do not appear in H.264 streams), prevents
false positives.
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions