2014-09-06 12:40 GMT+02:00 Michael Niedermayer <michae...@gmx.at>:
> -    // Backup context in case an alternate header is detected
> -    if( get_bits_left(gb) >= 66)
> -        memcpy(&backup, gb, sizeof(backup));
> +    memcpy(&backup, gb, sizeof(backup));

I know people consider obvious comments to waste screen space, but I'd
prefer more than fewer comments on this.

What about leaving it?

Otherwise, ok, and sorry for the original buggy code.

-- 
Christophe
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to