~ubuntu-branches/ubuntu/trusty/liblivemedia/trusty

« back to all changes in this revision

Viewing changes to liveMedia/EBMLNumber.cpp

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2013-10-30 10:30:48 UTC
  • mfrom: (27.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131030103048-ggp9ojaizodox2y6
Tags: 2013.10.25-1
* Team upload.
* New upstream release.
* Link shared libraries with g++ instead of gcc to fix build failure.
* Refresh patches.
* Update shared library versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
    case MATROSKA_ID_PIXEL_HEIGHT: { return "Pixel Height"; }
108
108
    case MATROSKA_ID_DISPLAY_WIDTH: { return "Display Width"; }
109
109
    case MATROSKA_ID_DISPLAY_HEIGHT: { return "Display Height"; }
 
110
    case MATROSKA_ID_DISPLAY_UNIT: { return "Display Unit"; }
110
111
    case MATROSKA_ID_AUDIO: { return "Audio Settings"; }
111
112
    case MATROSKA_ID_SAMPLING_FREQUENCY: { return "Sampling Frequency"; }
112
113
    case MATROSKA_ID_OUTPUT_SAMPLING_FREQUENCY: { return "Output Sampling Frequency"; }
113
114
    case MATROSKA_ID_CHANNELS: { return "Channels"; }
 
115
    case MATROSKA_ID_BIT_DEPTH: { return "Bit Depth"; }
114
116
    case MATROSKA_ID_CONTENT_ENCODINGS: { return "Content Encodings"; }
115
117
    case MATROSKA_ID_CONTENT_ENCODING: { return "Content Encoding"; }
116
118
    case MATROSKA_ID_CONTENT_COMPRESSION: { return "Content Compression"; }