Add PROGRAM-ID to stream-inf attributes
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -176,7 +176,8 @@ streamInfAttr | ... | @@ -176,7 +176,8 @@ streamInfAttr |
176 | / "CLOSED-CAPTION" "=" captions:quotedString | 176 | / "CLOSED-CAPTION" "=" captions:quotedString |
177 | 177 | ||
178 | streamInfSharedAttr | 178 | streamInfSharedAttr |
179 | = "BANDWIDTH" "=" bandwidth:int | 179 | = "PROGRAM-ID" "=" programId:int |
180 | / "BANDWIDTH" "=" bandwidth:int | ||
180 | / "CODECS" "=" codec:quotedString | 181 | / "CODECS" "=" codec:quotedString |
181 | / "RESOLUTION" "=" resolution:resolution | 182 | / "RESOLUTION" "=" resolution:resolution |
182 | / "VIDEO" "=" video:quotedString | 183 | / "VIDEO" "=" video:quotedString | ... | ... |
-
Please register or sign in to post a comment