Merge lp:~mbranton/libopenshot/int64_fixes into lp:libopenshot/0.0
Proposed by
matt
Status: | Needs review |
---|---|
Proposed branch: | lp:~mbranton/libopenshot/int64_fixes |
Merge into: | lp:libopenshot/0.0 |
Diff against target: |
73 lines (+8/-8) 4 files modified
include/AudioReaderSource.h (+4/-4) include/FFmpegWriter.h (+2/-2) include/Frame.h (+1/-1) src/Color.cpp (+1/-1) |
To merge this branch: | bzr merge lp:~mbranton/libopenshot/int64_fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
OpenShot Code | Pending | ||
Review via email: mp+308589@code.launchpad.net |
Description of the change
I have namespace collisions with int64 definitions in libopenshot, this prefixes such definitions to refer to the global namespace definition.
To post a comment you must log in.