On Tue, Jan 13, 2015 at 02:43:32PM +0200, Martin Storsjö wrote:
> --- a/libavcodec/h264_cabac.c
> +++ b/libavcodec/h264_cabac.c
> @@ -1712,7 +1712,7 @@ decode_cabac_residual_internal(H264Context *h, int16_t
> *block,
> \
> if( coeff_abs >= 15 ) { \
> int j = 0; \
> - while( get_cabac_bypass( CC ) ) { \
> + while (get_cabac_bypass(CC) && j < 30) { \
> j++; \
> } \
Not 42? *sigh* :-/
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel