Commit 54ccaaeb authored by Derek Buitenhuis's avatar Derek Buitenhuis

psxstr: Remove some commented out code

Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent be8d98c1
......@@ -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++;
// }
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment