summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2016-11-27 10:00:51 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2016-11-27 10:00:51 +0100
commit553ef5b99ba181afd460ff8a75d0d02833ae7cf8 (patch)
tree0863b18749b50b8185d709927796e1add71fbd8f
parent6dd027fcfee65024182daef6cf59464fbf6dd0db (diff)
daala: is now deprecated
-rw-r--r--modules/daala/daala.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/daala/daala.c b/modules/daala/daala.c
index b5790fa..112f49e 100644
--- a/modules/daala/daala.c
+++ b/modules/daala/daala.c
@@ -15,10 +15,6 @@
*
* Very experimental video-codec using Daala
*
- * TODO:
- *
- * - Define and implement fragmentation of large packets
- * - Define an IETF RTP Payload type
*
* External libraries:
*
@@ -27,6 +23,8 @@
* References:
*
* https://wiki.xiph.org/Daala
+ *
+ * NOTE! Now deprecated in favour of AV1 video codec
*/