From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/atrac3data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffmpeg/libavcodec/atrac3data.h') diff --git a/ffmpeg/libavcodec/atrac3data.h b/ffmpeg/libavcodec/atrac3data.h index 9963d4e..5d91274 100644 --- a/ffmpeg/libavcodec/atrac3data.h +++ b/ffmpeg/libavcodec/atrac3data.h @@ -1,5 +1,5 @@ /* - * Atrac 3 compatible decoder data + * ATRAC3 compatible decoder data * Copyright (c) 2006-2007 Maxim Poliakovski * Copyright (c) 2006-2007 Benjamin Larsson * @@ -22,7 +22,7 @@ /** * @file - * Atrac 3 AKA RealAudio 8 compatible decoder data + * ATRAC3 AKA RealAudio 8 compatible decoder data */ #ifndef AVCODEC_ATRAC3DATA_H -- cgit v1.2.3