diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-22 15:14:53 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-22 15:14:53 +0200 |
commit | 400e9018fd5b1b8e50ba5ea403ba98f9a658c076 (patch) | |
tree | d43e5e71790e07a7535eab9067ecd72f9881fc53 /dom/media/platforms/agnostic/gmp/GMPVideoDecoder.cpp | |
parent | b5b62d841c733dcb62112f3158f1488e670671d6 (diff) | |
download | uxp-400e9018fd5b1b8e50ba5ea403ba98f9a658c076.tar.gz |
Revert "Issue #80 - De-unify dom/media part 1"
This reverts commit b5b62d841c733dcb62112f3158f1488e670671d6.
Diffstat (limited to 'dom/media/platforms/agnostic/gmp/GMPVideoDecoder.cpp')
-rw-r--r-- | dom/media/platforms/agnostic/gmp/GMPVideoDecoder.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/media/platforms/agnostic/gmp/GMPVideoDecoder.cpp b/dom/media/platforms/agnostic/gmp/GMPVideoDecoder.cpp index 26d029da05..912b88ce12 100644 --- a/dom/media/platforms/agnostic/gmp/GMPVideoDecoder.cpp +++ b/dom/media/platforms/agnostic/gmp/GMPVideoDecoder.cpp @@ -10,7 +10,6 @@ #include "prsystem.h" #include "MediaData.h" #include "GMPDecoderModule.h" -#include "MP4Decoder.h" #include "VPXDecoder.h" namespace mozilla { |