summaryrefslogtreecommitdiff
path: root/libavformat/psxstr.c
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-03-31 18:37:21 +0100
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-03-31 21:46:14 +0100
commit54ccaaeb2b93e19d2a19267db1781bc9d5d36f27 (patch)
tree7154f59301c2f20f27a1a38b0063600225d05fd5 /libavformat/psxstr.c
parentbe8d98c1ad3872ce84139bb583919ab973208de5 (diff)
downloadffmpeg-54ccaaeb2b93e19d2a19267db1781bc9d5d36f27.tar.gz
psxstr: Remove some commented out code
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavformat/psxstr.c')
-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;