Browse Source

psxstr: Remove some commented out code

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
tags/n3.1
Derek Buitenhuis 10 years ago
parent
commit
54ccaaeb2b
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      libavformat/psxstr.c

+ 1
- 7
libavformat/psxstr.c View File

@@ -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;


Loading…
Cancel
Save