From 69dfc6428f1645e41f8243071623b1e9b1541856 Mon Sep 17 00:00:00 2001 From: Yorick Hardy Date: Sun, 15 Mar 2020 21:42:22 +0200 Subject: [PATCH] ffmpeg4-nbsdaudio: update TODO items After discussion with nia, working in terms of blocksize is probably the wrong way to go. A number of TODO items need to be checked for sun audio compatibility, ideally we can make this the "sun" audio backend instead of NetBSD specific. --- ffmpeg4-nbsdaudio/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg4-nbsdaudio/TODO b/ffmpeg4-nbsdaudio/TODO index 36e387d385..09dcfb25b4 100644 --- a/ffmpeg4-nbsdaudio/TODO +++ b/ffmpeg4-nbsdaudio/TODO @@ -1,4 +1,4 @@ -* Read and write blocksize bytes at a time. +* Check which items are sun compatible below. * indev: Add options for available formats (precision/encoding)? * indev: Verify that selected format is supported? * indev: Read one frame to start recording, i.e. the minimum number of bytes.