diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-11 18:23:02 +0100 |
commit | 435c2a31ad5eead20eda1152097f60c3bfa22847 (patch) | |
tree | 8103097e6232b768a640d03b8933133a7e17983f /libavformat/utils.c | |
parent | c7e044c61bb08b3a6e1e8063e8f4449c88b01201 (diff) | |
download | ffmpeg-435c2a31ad5eead20eda1152097f60c3bfa22847.tar.gz |
lavf: remove disabled FF_API_READ_PACKET cruft
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index e74fa9e218..a5a696d6a4 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -676,14 +676,6 @@ int ff_read_packet(AVFormatContext *s, AVPacket *pkt) } } -#if FF_API_READ_PACKET -int av_read_packet(AVFormatContext *s, AVPacket *pkt) -{ - return ff_read_packet(s, pkt); -} -#endif - - /**********************************************************/ /** |