libavformat/yuv4mpeg.h
e4dc1000
 /*
  * YUV4MPEG common definitions
  *
56d3cd14
  * This file is part of FFmpeg.
e4dc1000
  *
56d3cd14
  * FFmpeg is free software; you can redistribute it and/or
e4dc1000
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
56d3cd14
  * FFmpeg is distributed in the hope that it will be useful,
e4dc1000
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
56d3cd14
  * License along with FFmpeg; if not, write to the Free Software
e4dc1000
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef AVFORMAT_YUV4MPEG_H
 #define AVFORMAT_YUV4MPEG_H
 
 #define Y4M_MAGIC "YUV4MPEG2"
 #define Y4M_FRAME_MAGIC "FRAME"
733c5d88
 #define Y4M_FRAME_MAGIC_LEN 6
e4dc1000
 
 #endif /* AVFORMAT_YUV4MPEG_H */