Commit 53be8f3b authored by Jean-Paul Saman's avatar Jean-Paul Saman

example/get_pcr_pid.c: oops made a mistake.

parent a437933a
...@@ -202,7 +202,7 @@ int main( int i_argc, char **pp_argv ) ...@@ -202,7 +202,7 @@ int main( int i_argc, char **pp_argv )
free( p_buffer ); free( p_buffer );
out: out:
if ( p_dvbpsi_fd ) dvbpsi_DetachPAT( p_dvbpsi_fd ); if ( p_pat_dvbpsi_fd ) dvbpsi_DetachPAT( p_pat_dvbpsi_fd );
close( i_fd ); close( i_fd );
fprintf( stderr, "no PAT/PMT found\n" ); fprintf( stderr, "no PAT/PMT found\n" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment