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
830628e1
Commit
830628e1
authored
Nov 16, 2009
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics: Fix indentation.
Originally committed as revision 20542 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b3507d39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vdpau.h
libavcodec/vdpau.h
+3
-3
No files found.
libavcodec/vdpau.h
View file @
830628e1
...
@@ -70,9 +70,9 @@ struct vdpau_render_state {
...
@@ -70,9 +70,9 @@ struct vdpau_render_state {
/** picture parameter information for all supported codecs */
/** picture parameter information for all supported codecs */
union
VdpPictureInfo
{
union
VdpPictureInfo
{
VdpPictureInfoH264
h264
;
VdpPictureInfoH264
h264
;
VdpPictureInfoMPEG1Or2
mpeg
;
VdpPictureInfoMPEG1Or2
mpeg
;
VdpPictureInfoVC1
vc1
;
VdpPictureInfoVC1
vc1
;
VdpPictureInfoMPEG4Part2
mpeg4
;
VdpPictureInfoMPEG4Part2
mpeg4
;
}
info
;
}
info
;
...
...
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