Shaka Packager SDK
pes_packet.cc
1 // Copyright 2016 Google LLC. All rights reserved.
2 //
3 // Use of this source code is governed by a BSD-style
4 // license that can be found in the LICENSE file or at
5 // https://developers.google.com/open-source/licenses/bsd
6 
7 #include <packager/media/formats/mp2t/pes_packet.h>
8 
9 namespace shaka {
10 namespace media {
11 namespace mp2t {
12 
13 PesPacket::PesPacket() {}
14 PesPacket::~PesPacket() {}
15 
16 } // namespace mp2t
17 } // namespace media
18 } // namespace shaka
All the methods that are virtual are virtual for mocking.
Definition: crypto_flags.cc:66