mpegvideo: remove FMT_H264

This commit is contained in:
Anton Khirnov
2013-03-07 16:38:21 +01:00
parent ee8704916d
commit 07054015cf
2 changed files with 0 additions and 3 deletions

View File

@@ -49,7 +49,6 @@ enum OutputFormat {
FMT_H261,
FMT_H263,
FMT_MJPEG,
FMT_H264,
};
#define MPEG_BUF_SIZE (16 * 1024)