diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2013-08-09 20:50:29 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2013-08-10 07:56:42 +0200 |
commit | d4db7c334b6665b49d3f98bd5d7e0088f598d7b1 (patch) | |
tree | 8fad77419fa9988eb804d59b3d5f828ca8a9654f /libavutil/frame.c | |
parent | db8578a809f5050abbeee3d6baa47f77fab21c39 (diff) | |
download | ffmpeg-d4db7c334b6665b49d3f98bd5d7e0088f598d7b1.tar.gz |
Integrate accessors.h header into internal.h
I have no idea why I added a separate header,
I think there is no good reason for it.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavutil/frame.c')
-rw-r--r-- | libavutil/frame.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/frame.c b/libavutil/frame.c index df03e258db..b0fdd49ade 100644 --- a/libavutil/frame.c +++ b/libavutil/frame.c @@ -27,8 +27,6 @@ #include "mem.h" #include "samplefmt.h" -#include "accessors.h" - MAKE_ACCESSORS(AVFrame, frame, int64_t, best_effort_timestamp) MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_duration) MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_pos) |