Bug 1374774: P2. Add comment for HasSPS methods. r=gerald

MozReview-Commit-ID: Irvcx5XnPyp

--HG--
extra : rebase_source : 74bec6880424a3716a48a2016adabd4fec47a6d0
This commit is contained in:
Jean-Yves Avenard 2017-06-22 14:42:46 +02:00
Родитель 0ac3f1c5b4
Коммит 8f3424c201
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -413,6 +413,7 @@ public:
static already_AddRefed<mozilla::MediaByteBuffer> DecodeNALUnit(
const mozilla::MediaByteBuffer* aNAL);
/* Check if out of band extradata contains a SPS NAL */
static bool HasSPS(const mozilla::MediaRawData* aSample);
static bool HasSPS(const mozilla::MediaByteBuffer* aExtraData);
// Extract SPS and PPS NALs from aSample by looking into each NALs.