[roll] Roll fuchsia [mediaplayer] remove reference to buffer_internal.h
mediaplayer used to reference ffmpeg's buffer_internal.h in order to
access a field in an AVBuffer. This is a problem,
because buffer_internal.h reference <stdatomic>, which is not
compatible with our C++ toolchain going forward.
Fortunately, there is a public method to access the field in
question, so the reference to buffer_internal.h may be removed.
Test: no behavior change
Original-Fixed: 99837
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/677802
Original-Revision: 9899bf712512eea76205310388b13ed1f81f76bb
GitOrigin-RevId: c5dd01d5d062379c7a4aadb85de22835bffe6382
Change-Id: I49828c5accd2a5f02a08e5c43e23f8b35755d942
diff --git a/stem b/stem
index 042eec2..5f5fd82 100644
--- a/stem
+++ b/stem
@@ -10,7 +10,7 @@
githooks=""
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="231c458875ee568e42bdfdc282db494b75c9e118"/>
+ revision="9899bf712512eea76205310388b13ed1f81f76bb"/>
</projects>
<hooks>
<hook name="install-environment"