summaryrefslogtreecommitdiff
path: root/libavformat/avio.c
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.c
parent71957315228290507c58610b6da1e60a289f28a1 (diff)
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.c')
-rw-r--r--libavformat/avio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avio.c b/libavformat/avio.c
index 3447889988..6a08a5e07e 100644
--- a/libavformat/avio.c
+++ b/libavformat/avio.c
@@ -82,9 +82,7 @@ int url_open(URLContext **puc, const char *filename, int flags)
err = AVERROR(ENOMEM);
goto fail;
}
-#if LIBAVFORMAT_VERSION_INT >= (52<<16)
uc->filename = (char *) &uc[1];
-#endif
strcpy(uc->filename, filename);
uc->prot = up;
uc->flags = flags;