Re: [Mesa-dev] [PATCH] vl/rbsp: fix another three byte not detected

2016-08-23 Thread Christian König
Am 22.08.2016 um 18:27 schrieb Leo Liu: This happens when three byte "00 00 03" is partly loaded to vlc->buffer, and left bytes like "00 03" or "03" in the data, so that it will not be detected by three byte emulation check. Signed-off-by: Leo Liu I currently don't have the time to double check

[Mesa-dev] [PATCH] vl/rbsp: fix another three byte not detected

2016-08-22 Thread Leo Liu
This happens when three byte "00 00 03" is partly loaded to vlc->buffer, and left bytes like "00 03" or "03" in the data, so that it will not be detected by three byte emulation check. Signed-off-by: Leo Liu --- src/gallium/auxiliary/vl/vl_rbsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletio