diff options
author | Marton Balint <cus@passwd.hu> | 2024-11-19 10:51:16 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2024-11-25 22:16:34 +0100 |
commit | 1402a2ac3ba59dfa0b5a1e82c180694104e9d677 (patch) | |
tree | ec8f4780aa4cac400270de0ddbdbe8bda040b286 /doc | |
parent | aea63ea7f57483bd203000a68571c7af92911c27 (diff) | |
download | ffmpeg-1402a2ac3ba59dfa0b5a1e82c180694104e9d677.tar.gz |
avcodec/dnxuc_parser: rework DNXUC parser
The current parser does things which a parser should not, like skipping parts
of the packet header, but it does not actually able to packetize a raw DNXUC
bitstream.
Rework the parser logic to work similar to other parsers and be able to
correctly packetize raw DNXUC bitstreams.
Bump minor version because the DNXUC codec packet format changes with this.
Normally this would be a breaking change, but in this particular case it should
not cause any issues in practice because the DNXUC codec is relatively new and
we never added a decoder for it.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions