Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d311f8f3
Commit
d311f8f3
authored
May 22, 2008
by
Benjamin Larsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright and text
Originally committed as revision 13239 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9d278d88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
atrac3.c
libavcodec/atrac3.c
+7
-6
No files found.
libavcodec/atrac3.c
View file @
d311f8f3
/*
* Atrac 3 compatible decoder
* Copyright (c) 2006-200
7
Maxim Poliakovski
* Copyright (c) 2006-200
7
Benjamin Larsson
* Copyright (c) 2006-200
8
Maxim Poliakovski
* Copyright (c) 2006-200
8
Benjamin Larsson
*
* This file is part of FFmpeg.
*
...
...
@@ -23,12 +23,13 @@
/**
* @file atrac3.c
* Atrac 3 compatible decoder.
* This decoder handles RealNetworks, RealAudio atrc data.
* Atrac 3 is identified by the codec name atrc in RealMedia files.
* This decoder handles Sony's ATRAC3 data.
*
* Container formats used to store atrac 3 data:
* RealMedia (.rm), RIFF WAV (.wav, .at3), Sony OpenMG (.oma, .aa3).
*
* To use this decoder, a calling application must supply the extradata
* bytes provided from the RealMedia container: 10 bytes or 14 bytes
* from the WAV container.
* bytes provided in the containers above.
*/
#include <math.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment