Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
eit: add HEVC support to _eit_desc_component
  • Loading branch information
perexg committed Jan 27, 2016
1 parent 029ff74 commit ef7e2ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/epggrab/module/eit.c
Expand Up @@ -282,6 +282,14 @@ static int _eit_desc_component
/* Described */
if (t == 0x40 || t == 0x44)
ev->ad = 1;

/* HEVC */
} else if ( c == 0x9 ) {

ev->ws = 1;
if (t > 3)
ev->hd = 2;

}

return 0;
Expand Down

0 comments on commit ef7e2ad

Please sign in to comment.