Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xvba-video
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
xvba-video
Commits
ae8e2fa8
Commit
ae8e2fa8
authored
Jan 10, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remember updated associations.
parent
92b23735
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/xvba_subpic.c
src/xvba_subpic.c
+1
-0
src/xvba_video.c
src/xvba_video.c
+1
-0
No files found.
src/xvba_subpic.c
View file @
ae8e2fa8
...
...
@@ -62,6 +62,7 @@ subpicture_add_association(
return
-
1
;
assocs
[
obj_subpicture
->
assocs_count
++
]
=
assoc
;
obj_subpicture
->
assocs
=
assocs
;
return
0
;
}
...
...
src/xvba_video.c
View file @
ae8e2fa8
...
...
@@ -239,6 +239,7 @@ int surface_add_association(
return
-
1
;
assocs
[
obj_surface
->
assocs_count
++
]
=
assoc
;
obj_surface
->
assocs
=
assocs
;
return
0
;
}
...
...
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