You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
psxstr: Remove some commented out code
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
@@ -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++;
|
||||
// }
|
||||
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user