Re: [FFmpeg-devel] [PATCH 3/4] lavc/bitstream: templatize for BE/LE

2022-06-25 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Anton Khirnov: >> Allows using both BE and LE bitstream readers in the same file. >> --- >> libavcodec/bitstream.h | 379 ++ >> libavcodec/bitstream_template.h | 392 >> tests/ref/fate/source |

Re: [FFmpeg-devel] [PATCH 3/4] lavc/bitstream: templatize for BE/LE

2022-06-23 Thread Andreas Rheinhardt
Anton Khirnov: > Allows using both BE and LE bitstream readers in the same file. > --- > libavcodec/bitstream.h | 379 ++ > libavcodec/bitstream_template.h | 392 > tests/ref/fate/source | 1 + > 3 files changed, 415

[FFmpeg-devel] [PATCH 3/4] lavc/bitstream: templatize for BE/LE

2022-06-23 Thread Anton Khirnov
Allows using both BE and LE bitstream readers in the same file. --- libavcodec/bitstream.h | 379 ++ libavcodec/bitstream_template.h | 392 tests/ref/fate/source | 1 + 3 files changed, 415 insertions(+), 357 deletio