0

Where is the place with entropy decoding in VLC player source code (GitHub link)? I found a place with parsing NALs and frame-slices in VLC decoder, but I can't find any mention of entropy decoder or quantized coefficients.

ULTRANj
  • 23
  • 6

1 Answers1

1

The source code should be in ffmpeg, because VLC uses external libraries.

mofo77
  • 1,447
  • 9
  • 17