From 13714ba48904c3bc1591ee89d15911fa8020aea0 Mon Sep 17 00:00:00 2001 From: aquilescanta Date: Wed, 25 Nov 2020 21:42:30 +0000 Subject: [PATCH] Add release notes for static FFMPEG linking PiperOrigin-RevId: 344309747 --- RELEASENOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4cd8fa318b..96d070cb79 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -94,6 +94,9 @@ that lie outside the length of the cue text. * Metadata retriever: * Parse Google Photos HEIC motion photos metadata. +* FFMPEG extension: + * Link the ffmpeg library statically, saving 350KB in binary size on + average. * Media2 extension: * Notify onBufferingEnded when the state of origin player becomes STATE_IDLE or STATE_ENDED.