[FFmpeg-cvslog] psxstr: Remove some commented out code
Derek Buitenhuis
git at videolan.org
Thu Mar 31 23:11:08 CEST 2016
ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Thu Mar 31 18:37:21 2016 +0100| [54ccaaeb2b93e19d2a19267db1781bc9d5d36f27] | committer: Derek Buitenhuis
psxstr: Remove some commented out code
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54ccaaeb2b93e19d2a19267db1781bc9d5d36f27
---
libavformat/psxstr.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c
index b57981a..38186f7 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(§or[0x28]);
- st->codec->height = AV_RL16(§or[0x2A]);*/
-
-// if (current_sector == sector_count-1) {
- vid++;
-// }
+ vid++;
}
break;
More information about the ffmpeg-cvslog
mailing list