Skip to content

Commit

Permalink
demos/plplay: update comment
Browse files Browse the repository at this point in the history
This has gotten a lot more sophisticated over the years, for better or
worse.
  • Loading branch information
haasn committed Jul 30, 2023
1 parent 4220005 commit a4afe70
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions demos/plplay.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/* Very basic video player based on ffmpeg. All it does is render a single
* video stream to completion, and then exits. It exits on most errors, rather
* than gracefully trying to recreate the context.
*
* The timing code is also rather naive, due to the current lack of
* presentation feedback. That being said, an effort is made to time the video
* stream to the system clock, using frame mixing for mismatches.
/* Example video player based on ffmpeg. Designed to expose every libplacebo
* option for testing purposes. Not a serious video player, no real error
* handling. Simply infinitely loops its input.
*
* License: CC0 / Public Domain
*/
Expand Down

0 comments on commit a4afe70

Please sign in to comment.