OSDN Git Service

get_bits: add av_unused tag to cache variable
authorMans Rullgard <mans@mansr.com>
Sat, 28 May 2011 14:46:55 +0000 (15:46 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 28 May 2011 16:04:47 +0000 (17:04 +0100)
commite01e05ee66f7ea26dd7574501e329aa5b8e788ef
tree410f9600e0ed4a5270839c6b60e3aa712c20b176
parentb8e893399ff8755721dc117695ec5ff183c1e07b
get_bits: add av_unused tag to cache variable

This silences numerous compiler warnings from skip_bits(),
where the cache variable is not used.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/get_bits.h