diff avio.h @ 2834:63fda6ba2173 libavformat

Remove dead code which disappeared with the last major version bump.
author michael
date Wed, 19 Dec 2007 11:31:36 +0000
parents 173b5cb7efde
children b51319dd86e5
line wrap: on
line diff
--- a/avio.h	Wed Dec 19 10:58:54 2007 +0000
+++ b/avio.h	Wed Dec 19 11:31:36 2007 +0000
@@ -35,11 +35,7 @@
     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;