On 07/05/16 06:07, Alexandra Hájková wrote: > use vlc.h directly instead of including get_bits where needed. > VLC and RL_VLC_ELEM structures are independent of the bitreader.
Looks OK, I'd change the comment like this: ``` Move VLC and RL_VLC_ELEM structure definitions to a separate header. Use the newly created vlc.h directly instead of including get_bits.h when possible. The VLC and RL_VLC_ELEM structures are independent from the bitreader. ``` lu _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel