]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1acdata.h
Deprecate av_opt_show() in favor of a new function av_opt_show2(),
[ffmpeg] / libavcodec / vc1acdata.h
index 72f1a8fc7f08eb7a7b149cae3759e076a13d614c..78de0f9a243aaad05e304ff38d3be4500aa4f1fe 100644 (file)
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVCODEC_VC1ACDATA_H
+#define AVCODEC_VC1ACDATA_H
+
 #include <stdint.h>
 
 #define AC_MODES 8
@@ -585,3 +588,5 @@ static const uint8_t vc1_last_delta_run_table[AC_MODES][10] = {
       -1,    30,    28,     3,     0
 }
 };
+
+#endif /* AVCODEC_VC1ACDATA_H */