Re: [FFmpeg-devel] [PATCH 1/9] avcodec/dvdata: Order code table by codes

2022-09-05 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Right now, it is nearly ordered by "left codes in the tree first"; > the only exception is the escape value which has been put at the > end. This commit moves it to the place it should have according > to the above order. This is in preparation for further commits. > > Signed

[FFmpeg-devel] [PATCH 1/9] avcodec/dvdata: Order code table by codes

2022-09-04 Thread Andreas Rheinhardt
Right now, it is nearly ordered by "left codes in the tree first"; the only exception is the escape value which has been put at the end. This commit moves it to the place it should have according to the above order. This is in preparation for further commits. Signed-off-by: Andreas Rheinhardt ---