Implemented a frame parser for H.265 (HEVC) recordings

This commit is contained in:
Klaus Schmidinger
2016-12-22 12:22:11 +01:00
parent 22cb026e5e
commit f91468ff9b
4 changed files with 87 additions and 6 deletions

3
pat.c
View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: pat.c 4.1 2015/08/17 08:46:55 kls Exp $
* $Id: pat.c 4.2 2016/12/22 11:42:23 kls Exp $
*/
#include "pat.h"
@@ -439,6 +439,7 @@ void cPatFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length
case 1: // STREAMTYPE_11172_VIDEO
case 2: // STREAMTYPE_13818_VIDEO
case 0x1B: // H.264
case 0x24: // H.265
Vpid = esPid;
Ppid = pmt.getPCRPid();
Vtype = stream.getStreamType();