changeset 2609:7ee2fc39b49d libavformat

remove unused code
author aurel
date Mon, 15 Oct 2007 22:49:31 +0000
parents f1c5b9e623b4
children 2db42ecdb57b
files electronicarts.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/electronicarts.c	Mon Oct 15 22:49:00 2007 +0000
+++ b/electronicarts.c	Mon Oct 15 22:49:31 2007 +0000
@@ -247,10 +247,6 @@
             url_fseek(pb, chunk_size, SEEK_CUR);
             break;
         }
-
-        /* ending packet */
-        if (chunk_type == SCEl_TAG) {
-        }
     }
 
     return ret;