~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavcodec/avcodec.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-09-13 15:36:38 UTC
  • mfrom: (1.3.49 sid)
  • Revision ID: package-import@ubuntu.com-20140913153638-6rfush77baz008o9
Tags: 6:11-1
* Upload final 11 release
  - matroskadec: parse stereo mode on decoding (Closes: #757185)

Show diffs side-by-side

added added

removed removed

Lines of Context:
911
911
     * See libavutil/display.h for a detailed description of the data.
912
912
     */
913
913
    AV_PKT_DATA_DISPLAYMATRIX,
 
914
 
 
915
    /**
 
916
     * This side data should be associated with a video stream and contains
 
917
     * Stereoscopic 3D information in form of the AVStereo3D struct.
 
918
     */
 
919
    AV_PKT_DATA_STEREO3D,
914
920
};
915
921
 
916
922
typedef struct AVPacketSideData {