[vlc-commits] demux: adaptive: add AV1 in es comparison

Francois Cartegnie git at videolan.org
Mon Mar 30 16:16:53 CEST 2020


vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Mar 23 19:39:23 2020 +0100| [e56a41f9f40215b4acf4315b7af8bc072c3f865a] | committer: Francois Cartegnie

demux: adaptive: add AV1 in es comparison

(cherry picked from commit 7ac0327d6289ffd198e815d8ef7af4bf0d84cf49)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=e56a41f9f40215b4acf4315b7af8bc072c3f865a
---

 modules/demux/adaptive/plumbing/FakeESOutID.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/adaptive/plumbing/FakeESOutID.cpp b/modules/demux/adaptive/plumbing/FakeESOutID.cpp
index 1af954b16c..8720e97c90 100644
--- a/modules/demux/adaptive/plumbing/FakeESOutID.cpp
+++ b/modules/demux/adaptive/plumbing/FakeESOutID.cpp
@@ -85,6 +85,7 @@ bool FakeESOutID::isCompatible( const FakeESOutID *p_other ) const
         case VLC_CODEC_H264:
         case VLC_CODEC_HEVC:
         case VLC_CODEC_VC1:
+        case VLC_CODEC_AV1:
         {
             if(fmt.i_codec == p_other->fmt.i_codec &&
                fmt.i_extra && p_other->fmt.i_extra &&



More information about the vlc-commits mailing list