[FFmpeg-devel] h264.c decode_cabac_mb_chroma_pre_mode clarification/question

Loren Merritt lorenm
Mon Jul 28 08:28:14 CEST 2008


On Mon, 28 Jul 2008, Paul Kendall wrote:

> In this function (of h264.c) the last two if statements are the same (line
> 5021 & 5023), is the the correct behavior? Or have I found a bug?

Correct behaviour. get_cabac_noinline() has side-effects, so calling it 
twice doesn't return the same answer.

--Loren Merritt




More information about the ffmpeg-devel mailing list