summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-09-08 15:28:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-09-08 15:28:07 +0000
commit38360668d619928aaf54e1e17249f490f6fdf296 (patch)
treeb00babae70c3ef31eb1aebe45bbec5f1e3eabbaf /libavcodec/avcodec.h
parent23694e27f0520084148d3eaa2f8d580a5e99a11c (diff)
Remove DEFAULT_FRAME_RATE_BASE.
Originally committed as revision 15265 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 6a58ea732b..73d90f52e7 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -798,8 +798,6 @@ typedef struct AVFrame {
FF_COMMON_FRAME
} AVFrame;
-#define DEFAULT_FRAME_RATE_BASE 1001000
-
/**
* main external API structure.
* New fields can be added to the end with minor version bumps.