[FFmpeg-devel] [PATCH 3/3] avcodec/sheervideo: Avoid code duplication when creating VLC tables

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Sun Oct 11 00:34:45 EEST 2020


Paul B Mahol:
> On Sat, Oct 10, 2020 at 08:59:56PM +0200, Andreas Rheinhardt wrote:
>> The SheerVideo decoder uses two VLC tables and these are in turn created
>> from structures (called SheerTable) that are naturally paired. This
>> commit unifies these pairs of SheerTables to arrays and unifies creating
>> the VLC tables.
> 
> patch-set should be fine if all variant of files are still decoded fine
> after this set applied.
> 
On a second look, ticket #492 had some more files that were directly
hosted on trac and were not available on samples.ffmpeg.org and with
these files all tables and decode_frame functions are tested. I'll
therefore apply this patchset.

- Andreas


More information about the ffmpeg-devel mailing list