diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2011-01-22 23:14:57 +0100 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2011-01-22 23:14:57 +0100 |
commit | 4871002a37587beb2e9c24fcd9bac0c7a9ba6a29 (patch) | |
tree | 4d6ad89eecb6462c811332216ce030c47136f832 /m4 | |
parent | e91820984115b186778f3acf2130d2d78a30a877 (diff) | |
download | xine-lib-4871002a37587beb2e9c24fcd9bac0c7a9ba6a29.tar.gz xine-lib-4871002a37587beb2e9c24fcd9bac0c7a9ba6a29.tar.bz2 |
Fix handling of H.264 end of sequence NAL unit for still images
Currently a parsed picture was only decoded when the parser came across a
NAL unit which started a new picture (aka access unit). An end of sequence
NAL unit must be handled like the access unit delimiter NAL unit, as both
terminate the current access unit.
Handling the end of sequence NAL unit in this way fixes displaying of still
images which end in an end of seqeunce NAL unit. Otherwise they were not
decoded at all (in case of a still frame) or the second field was missing
(in case of a still image which had been coded as a pair of fields).
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions