Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
e71ebb19
Commit
e71ebb19
authored
Oct 22, 2011
by
Michael Karcher
Committed by
Diego Biurrun
Oct 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
f1874652
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
id3v2.h
libavformat/id3v2.h
+1
-1
No files found.
libavformat/id3v2.h
View file @
e71ebb19
...
...
@@ -62,7 +62,7 @@ typedef struct ID3v2ExtraMetaGEOB {
/**
* Detect ID3v2 Header.
* @param buf must be ID3v2_HEADER_SIZE byte long
* @param magic magic bytes to identify the header
, machine byte order
.
* @param magic magic bytes to identify the header.
* If in doubt, use ID3v2_DEFAULT_MAGIC.
*/
int
ff_id3v2_match
(
const
uint8_t
*
buf
,
const
char
*
magic
);
...
...
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