Home
last modified time | relevance | path

Searched refs:MATROSKA_VIDEO_STEREO_PLANE_COUNT (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmatroska.h366 #define MATROSKA_VIDEO_STEREO_PLANE_COUNT 3 macro
372 extern const char * const ff_matroska_video_stereo_plane[MATROSKA_VIDEO_STEREO_PLANE_COUNT];
Dmatroska.c146 const char * const ff_matroska_video_stereo_plane[MATROSKA_VIDEO_STEREO_PLANE_COUNT] = {
Dmatroskadec.c2836 if (planes[j].type >= MATROSKA_VIDEO_STEREO_PLANE_COUNT) in matroska_parse_tracks()