Changes between Version 4 and Version 5 of TaskRecordedFile


Ignore:
Timestamp:
10/19/10 21:10:36 (16 years ago)
Author:
sphery
Comment:

save both DAR and PAR in videoinfo, add language to audioinfo

Legend:

Unmodified
Added
Removed
Modified
  • TaskRecordedFile

    v4 v5  
    191191        height          SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0,
    192192        fps             FLOAT(6,3),
    193         aspect          FLOAT(8,3),
     193        displayaspect   FLOAT(8,3),
     194        pixelaspect     FLOAT(8,3),
    194195
    195196        PRIMARY KEY (streamid, sampleframe)
     
    206207        bits            SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0,
    207208        channels        TINYINT(3) NOT NULL DEFAULT 0,
     209        language        VARCHAR(10) NOT NULL DEFAULT '',
    208210
    209211        PRIMARY KEY (streamid, sampleframe)