mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-28 21:16:56 +08:00
add multiple inclusion guards to headers
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -25,6 +25,9 @@
|
||||
* Range coder.
|
||||
*/
|
||||
|
||||
#ifndef AVCODEC_RANGECODER_H
|
||||
#define AVCODEC_RANGECODER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
#include "common.h"
|
||||
@ -136,3 +139,4 @@ static inline int get_rac(RangeCoder *c, uint8_t * const state){
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user