diff options
author | Måns Rullgård <mans@mansr.com> | 2007-06-16 15:15:19 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-06-16 15:15:19 +0000 |
commit | b3e83c965d5c3d0f42ed7dc64c70bc59a462b76a (patch) | |
tree | 082d0274465c6ad57caa9094733e070ef065d893 /libavcodec/h261data.h | |
parent | 859cfdc0e6aec50430183e9c756e7ef7898c54a5 (diff) | |
download | ffmpeg-b3e83c965d5c3d0f42ed7dc64c70bc59a462b76a.tar.gz |
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
need to #include "h261data.h"
Originally committed as revision 9339 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261data.h')
-rw-r--r-- | libavcodec/h261data.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h261data.h b/libavcodec/h261data.h index 2a93b73e33..9be1eeb5b2 100644 --- a/libavcodec/h261data.h +++ b/libavcodec/h261data.h @@ -23,7 +23,6 @@ * @file h261data.h * H.261 tables. */ -#define MB_TYPE_H261_FIL 0x800000 // H.261 VLC table for macroblock addressing static const uint8_t h261_mba_code[35] = { |