diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-12-19 11:31:36 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-12-19 11:31:36 +0000 |
commit | 2e9b86ac122e40686b77dab02dea3ee7d72c520a (patch) | |
tree | 3a35845fa7567bd2dd84df9250673a2d59e6c9bb /libavformat/avio.h | |
parent | 71957315228290507c58610b6da1e60a289f28a1 (diff) | |
download | ffmpeg-2e9b86ac122e40686b77dab02dea3ee7d72c520a.tar.gz |
Remove dead code which disappeared with the last major version bump.
Originally committed as revision 11268 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 95d4672d08..d3fa10f006 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -35,11 +35,7 @@ struct URLContext { int is_streamed; /**< true if streamed (no seek possible), default = false */ int max_packet_size; /**< if non zero, the stream is packetized with this max packet size */ void *priv_data; -#if LIBAVFORMAT_VERSION_INT >= (52<<16) char *filename; /**< specified filename */ -#else - char filename[1]; /**< specified filename */ -#endif }; typedef struct URLContext URLContext; |