]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp56data.c
Avoid linking with h263.c functions when the relevant codecs
[ffmpeg] / libavcodec / vp56data.c
index 4a0da8feec852834b7af98d55c3390d73a764dea..6ef3abb36afd348cb73a24d98a998533942251da 100644 (file)
  *
  * 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 St, Fifth Floor, Boston, MA  02110-1301  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <inttypes.h>
 #include "vp56data.h"
 
 const uint8_t vp56_b6to3[] = { 0, 0, 0, 0, 1, 2 };