Quoting Marton Balint (2024-11-19 22:47:31) > 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. > > Signed-off-by: Marton Balint <c...@passwd.hu> > --- > libavcodec/dnxuc_parser.c | 122 ++++++++++++++------------------------ > 1 file changed, 44 insertions(+), 78 deletions(-)
Strictly speaking this is an API break as it changes the semantics of the codec ID. I suppose it's not a problem in practice as nobody is likely to be using it, but it probably deserves at least a minor bump. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".