Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Side by Side Diff: third_party/instrumented_libraries/patches/libva1.diff

Issue 768223002: Instrumented libraries: add libva1 for ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 diff --git a/va/va.c b/va/va.c
2 index 6cb17ef..0ba595b 100644
3 --- a/va/va.c
4 +++ b/va/va.c
5 @@ -515,15 +515,15 @@ VAStatus vaTerminate (
6 free(old_ctx->vtable_vpp);
7 old_ctx->vtable_vpp = NULL;
8
9 - if (VA_STATUS_SUCCESS == vaStatus)
10 - pDisplayContext->vaDestroy(pDisplayContext);
11 -
12 VA_TRACE_LOG(va_TraceTerminate, dpy);
13
14 va_TraceEnd(dpy);
15
16 va_FoolEnd(dpy);
17
18 + if (VA_STATUS_SUCCESS == vaStatus)
19 + pDisplayContext->vaDestroy(pDisplayContext);
20 +
21 return vaStatus;
22 }
OLDNEW
« no previous file with comments | « third_party/instrumented_libraries/instrumented_libraries.gyp ('k') | third_party/instrumented_libraries/scripts/libva1.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698