]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261.c
tablegen: the executable depends on tablegen headers as well
[ffmpeg] / libavcodec / h261.c
index 1cf1e489924e9e315b063ead1aa9ed369adcca75..562a151e90f87ac1816b0bff8a964493ad98aa22 100644 (file)
  */
 
 /**
- * @file h261.c
+ * @file
  * h261codec.
  */
 
 #include "dsputil.h"
 #include "avcodec.h"
 #include "h261.h"
-#include "h261data.h"
 
 #define IS_FIL(a)    ((a)&MB_TYPE_H261_FIL)