]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rangecoder.h
Make Xvid wrapper use threads (with support for newest CVS Xvid only)
[ffmpeg] / libavcodec / rangecoder.h
index a2fac3551903192138c65b941c0f5bb299086061..4726afb56e4b49e9edc8b4ad9088d39570f04926 100644 (file)
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
@@ -25,6 +24,9 @@
  * Range coder.
  */
 
+#ifndef FFMPEG_RANGECODER_H
+#define FFMPEG_RANGECODER_H
+
 #include <stdint.h>
 #include <assert.h>
 #include "common.h"
@@ -136,3 +138,4 @@ static inline int get_rac(RangeCoder *c, uint8_t * const state){
 #endif
 }
 
+#endif /* FFMPEG_RANGECODER_H */