diff options
Diffstat (limited to 'apps/codecs/libffmpegFLAC/golomb.h')
-rw-r--r-- | apps/codecs/libffmpegFLAC/golomb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libffmpegFLAC/golomb.h b/apps/codecs/libffmpegFLAC/golomb.h index 4f99671338..197b78ee1c 100644 --- a/apps/codecs/libffmpegFLAC/golomb.h +++ b/apps/codecs/libffmpegFLAC/golomb.h | |||
@@ -93,7 +93,7 @@ static inline int get_sr_golomb_flac(GetBitContext *gb, int k, int limit, int es | |||
93 | #define get_ur_golomb_shorten(gb, k) get_ur_golomb_jpegls(gb, k, INT_MAX, 0) | 93 | #define get_ur_golomb_shorten(gb, k) get_ur_golomb_jpegls(gb, k, INT_MAX, 0) |
94 | /* | 94 | /* |
95 | static inline unsigned int get_ur_golomb_shorten(GetBitContext *gb, int k){ | 95 | static inline unsigned int get_ur_golomb_shorten(GetBitContext *gb, int k){ |
96 | return get_ur_golomb_jpegls(gb, k, INT_MAX, 0); | 96 | return get_ur_golomb_jpegls(gb, k, INT_MAX, 0); |
97 | } | 97 | } |
98 | */ | 98 | */ |
99 | 99 | ||