Skip to content

Commit

Permalink
Turn off debug frame output
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Edworthy authored and kfish committed Nov 20, 2009
1 parent aabd2bf commit fabdd6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gstshvideodec.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#include "vidix/sh_veu_vid.c"

/* Debug */
//const char *g_output_filename = NULL;
const char *g_output_filename = "./output.raw";
const char *g_output_filename = NULL;
//const char *g_output_filename = "./output.raw";

/**
* Define capatibilities for the sink factory
Expand Down

0 comments on commit fabdd6d

Please sign in to comment.