]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/psxstr.c
psxstr: Remove some commented out code
[ffmpeg] / libavformat / psxstr.c
index b57981af400f9a4f49212fbe764066f0d0ddaa74..38186f7fd1d7cd40a9a927853234a410c97961cf 100644 (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;