From 9378a90addb15f67cf52fc32694385a0e243f6a9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 24 Nov 2012 11:41:43 +0000 Subject: [PATCH] omadec: remove stale comment Signed-off-by: Paul B Mahol --- libavformat/omadec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/omadec.c b/libavformat/omadec.c index 59fff73b2f..e8b74ed7f0 100644 --- a/libavformat/omadec.c +++ b/libavformat/omadec.c @@ -37,7 +37,6 @@ * - Sound data organized in packets follow the EA3 header * (can be encrypted using the Sony DRM!). * - * CODEC SUPPORT: Only ATRAC3 codec is currently supported! */ #include "libavutil/channel_layout.h"