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
6f8a27dd
Commit
6f8a27dd
authored
Nov 18, 2013
by
Vallimar
Committed by
Michael Niedermayer
Nov 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/old_codec_ids: fix missing FF_API_XVMC check
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
e0434cfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
old_codec_ids.h
libavcodec/old_codec_ids.h
+2
-0
No files found.
libavcodec/old_codec_ids.h
View file @
6f8a27dd
...
...
@@ -34,7 +34,9 @@
/* video codecs */
CODEC_ID_MPEG1VIDEO
,
CODEC_ID_MPEG2VIDEO
,
///< preferred ID for MPEG-1/2 video decoding
#if FF_API_XVMC
CODEC_ID_MPEG2VIDEO_XVMC
,
#endif
CODEC_ID_H261
,
CODEC_ID_H263
,
CODEC_ID_RV10
,
...
...
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