summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-12-19 11:31:36 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-12-19 11:31:36 +0000
commit2e9b86ac122e40686b77dab02dea3ee7d72c520a (patch)
tree3a35845fa7567bd2dd84df9250673a2d59e6c9bb /libavformat/avio.h
parent71957315228290507c58610b6da1e60a289f28a1 (diff)
downloadffmpeg-streaming-2e9b86ac122e40686b77dab02dea3ee7d72c520a.zip
ffmpeg-streaming-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 95d4672..d3fa10f 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;
OpenPOWER on IntegriCloud