summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/psxstr.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c
index b57981af40..38186f7fd1 100644
--- a/libavformat/psxstr.c
+++ b/libavformat/psxstr.c
@@ -104,13 +104,7 @@ static int str_probe(AVProbeData *p)
&& sector_count*VIDEO_DATA_CHUNK_SIZE >=frame_size)){
return 0;
}
-
- /*st->codec->width = AV_RL16(&sector[0x28]);
- st->codec->height = AV_RL16(&sector[0x2A]);*/
-
-// if (current_sector == sector_count-1) {
- vid++;
-// }
+ vid++;
}
break;