Exemplo n.º 1
0
int main (int argc, char **argv)
{
   if (argc < 2) {
      printf("Usage: %s <filename>\n", argv[0]);
      exit(1);
   }
   bcm_host_init();
   return video_decode_test(argv[1]);
}
Exemplo n.º 2
0
int main(int argc, char **argv) {
  bcm_host_init();

  video_decode_test("video-LQ.h264");
}