diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-04-18 17:25:19 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-06 14:26:30 +0100 |
commit | bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f (patch) | |
tree | 83979e88ff408a6e818bc1517696354be36cfc65 /tests/ref/lavf/ts | |
parent | d00f1e0fc10bb945cdf140a6c320eb0c9cd25162 (diff) | |
download | ffmpeg-bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f.tar.gz |
quickdraw: Switch to greedy parsing
Quickdraw packs data as a series of codes that the application is supposed
to handle, but it does not define any order in which they might appear.
Since it's unfeasible to support *all* opcodes defined by the spec,
only handle well-known blocks containing video data and ignore any unknown
or unsupported ones.
Move palette loading and rle decoding to separate functions to resue them
in other blocks and drop format initialization in init since it can
support more formats than pal8.
Validate width and height.
Diffstat (limited to 'tests/ref/lavf/ts')
0 files changed, 0 insertions, 0 deletions