예제 #1
0
 public VideoState()
 {
     silence_buf = new byte[SDL_AUDIO_BUFFER_SIZE];
     sample_array = new short[SAMPLE_ARRAY_SIZE];
     subpq = new SubPicture[SUBPICTURE_QUEUE_SIZE];
     pictq = new VideoPicture[VIDEO_PICTURE_QUEUE_SIZE];
 }