av_register_all() 개인적인 메소드

private av_register_all ( ) : void
리턴 void
예제 #1
0
 private void InitCodecs()
 {
     AV.av_register_all();
     AV.avcodec_register_all();
 }