diff options
author | Paul B Mahol | 2012-11-24 11:41:43 +0000 |
---|---|---|
committer | Paul B Mahol | 2012-11-24 11:41:43 +0000 |
commit | 9378a90addb15f67cf52fc32694385a0e243f6a9 (patch) | |
tree | d105406160bc97b6c94ea9e84841df2fd31f104e /libavformat | |
parent | 4995145f408df45ac8d18f6fc49329565faa29ea (diff) |
omadec: remove stale comment
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/omadec.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |