Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
4586bb71
Commit
4586bb71
authored
Jan 04, 2016
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doxygen: cleanup migrate-v1-to-v2.doxygen
parent
2a9a21a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/migrate-v1-to-v2.doxygen
doc/migrate-v1-to-v2.doxygen
+2
-2
No files found.
doc/migrate-v1-to-v2.doxygen
View file @
4586bb71
...
@@ -39,7 +39,7 @@ error: <br />
...
@@ -39,7 +39,7 @@ error: <br />
if (dvbpsi_decoder_present(handle)) <br />
if (dvbpsi_decoder_present(handle)) <br />
dvbpsi_pat_detach(handle); <br />
dvbpsi_pat_detach(handle); <br />
if (handle) <br />
if (handle) <br />
dvbpsi_delete(handle); <br />
nbsp;
dvbpsi_delete(handle); <br />
return -1; <br />
return -1; <br />
</code>
</code>
...
@@ -63,7 +63,7 @@ void main(int argc, char** argv) <br />
...
@@ -63,7 +63,7 @@ void main(int argc, char** argv) <br />
dvbpsi_t *handle = dvbpsi_new(&dvbpsi_message, DVBPSI_MSG_DEBUG); <br />
dvbpsi_t *handle = dvbpsi_new(&dvbpsi_message, DVBPSI_MSG_DEBUG); <br />
if (handle == NULL) <br />
if (handle == NULL) <br />
goto error; <br />
goto error; <br />
if (!dvbpsi_decoder_chain_new(p_dvbpsi, AttachPAT, DetachPAT, NULL)) <br />
if (!dvbpsi_decoder_chain_new(p_dvbpsi, AttachPAT, DetachPAT, NULL)) <br />
goto error; <br />
goto error; <br />
<br />
<br />
.. other code .. <br />
.. other code .. <br />
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment