Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-03-10 02:31:02 +0300
committerAurelien Jacobs <aurel@gnuage.org>2008-03-10 02:31:02 +0300
commit9701840bb539546bc0cfb1307b04655140851b04 (patch)
tree283d60d225a87c960c78d20975491802b3385797 /libavcodec/vc1.h
parent88855b51cdba35c2e7daf8351645d91cf85cb8af (diff)
add FF_ prefix to all (frame)_TYPE usage
Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r--libavcodec/vc1.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h
index 3e92d6c340..c6fba28c97 100644
--- a/libavcodec/vc1.h
+++ b/libavcodec/vc1.h
@@ -127,9 +127,6 @@ enum TransformTypes {
};
//@}
-/** One more frame type */
-#define BI_TYPE FF_BI_TYPE
-
enum CodingSet {
CS_HIGH_MOT_INTRA = 0,
CS_HIGH_MOT_INTER,