Revision 5b21bdab libavcodec/rl.h
libavcodec/rl.h | ||
---|---|---|
24 | 24 |
* rl header. |
25 | 25 |
*/ |
26 | 26 |
|
27 |
#ifndef AVCODEC_RL_H
|
|
28 |
#define AVCODEC_RL_H
|
|
27 |
#ifndef FFMPEG_RL_H
|
|
28 |
#define FFMPEG_RL_H
|
|
29 | 29 |
|
30 | 30 |
#include <stdint.h> |
31 | 31 |
#include "bitstream.h" |
... | ... | |
64 | 64 |
return index + level - 1; |
65 | 65 |
} |
66 | 66 |
|
67 |
#endif |
|
67 |
#endif /* FFMPEG_RL_H */ |
Also available in: Unified diff