Revision 5b21bdab libavcodec/golomb.h
libavcodec/golomb.h | ||
---|---|---|
27 | 27 |
* @author Michael Niedermayer <michaelni@gmx.at> and Alex Beregszaszi |
28 | 28 |
*/ |
29 | 29 |
|
30 |
#ifndef AVCODEC_GOLOMB_H
|
|
31 |
#define AVCODEC_GOLOMB_H
|
|
30 |
#ifndef FFMPEG_GOLOMB_H
|
|
31 |
#define FFMPEG_GOLOMB_H
|
|
32 | 32 |
|
33 | 33 |
#include <stdint.h> |
34 | 34 |
#include "bitstream.h" |
... | ... | |
504 | 504 |
set_ur_golomb_jpegls(pb, v, k, limit, esc_len); |
505 | 505 |
} |
506 | 506 |
|
507 |
#endif // AVCODEC_GOLOMB_H |
|
507 |
#endif /* FFMPEG_GOLOMB_H */ |
Also available in: Unified diff