new codec: Sorenson v1

Originally committed as revision 726 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Nick Kurshev
2002-07-09 16:08:43 +00:00
parent 8db1a1dde0
commit be8ffec9cd
5 changed files with 2640 additions and 3 deletions

View File

@@ -199,6 +199,7 @@ const char *pix_fmt_str[] = {
"bgr24",
"yuv422p",
"yuv444p",
"yuv410p"
};
void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode)