]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ituh263enc.c
Fix svq3_* function declarations.
[ffmpeg] / libavcodec / ituh263enc.c
index 5031dd56721aa064e5d0d217b667e7746c4018f6..816500990127a4bf0a5c65ff7fbca053c0e7a135 100644 (file)
@@ -24,7 +24,7 @@
 
 /**
  * @file libavcodec/ituh263enc.c
- * h263 encoder.
+ * h263 bitstream encoder.
  */
 
 //#define DEBUG
@@ -38,6 +38,7 @@
 #include "unary.h"
 #include "flv.h"
 #include "mpeg4video.h"
+#include "internal.h"
 
 //#undef NDEBUG
 //#include <assert.h>