Revert "qtdemux: Correctly parse classification tags"
This reverts commit cd883aa60c1133196a6ae052884d15c295c37dde. Previous code was correct, 4 is due to table and language code, not only language code
This commit is contained in:
parent
cd883aa60c
commit
52177fa056
@ -5633,7 +5633,8 @@ qtdemux_tag_add_classification (GstQTDemux * qtdemux, const char *tag,
|
|||||||
table = QT_UINT16 ((guint8 *) node->data + offset);
|
table = QT_UINT16 ((guint8 *) node->data + offset);
|
||||||
|
|
||||||
/* Language code skipped */
|
/* Language code skipped */
|
||||||
offset += 2;
|
|
||||||
|
offset += 4;
|
||||||
|
|
||||||
/* Tag format: "XXXX://Y[YYYY]/classification info string"
|
/* Tag format: "XXXX://Y[YYYY]/classification info string"
|
||||||
* XXXX: classification entity, fixed length 4 chars.
|
* XXXX: classification entity, fixed length 4 chars.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user