Module: synfig
Branch: eldruin_ffmpeg2
Commit: 1db6ee1a490fce1008b4b22c9f48f80d4fe0fc4b
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=1db6ee1a490fce1008b4b22c9f48f80d4fe0fc4b

Author: Diego Barrios Romero <eldr...@gmailcom>
Date:   Mon Feb 22 02:46:07 2010 +0100

Took out H.261 target video codec.

---

 synfig-core/src/tool/main.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/synfig-core/src/tool/main.cpp b/synfig-core/src/tool/main.cpp
index 98245a1..d889b2d 100644
--- a/synfig-core/src/tool/main.cpp
+++ b/synfig-core/src/tool/main.cpp
@@ -75,7 +75,7 @@ bool print_benchmarks=false;
  */
 const char* allowed_video_codecs[] =
 {
-       "flv", "gif", "h261", "h263", "h263p", "huffyuv", "libtheora",
+       "flv", "gif", "h263", "h263p", "huffyuv", "libtheora",
        "libx264", "libxvid", "ljpeg", "mjpeg", "mpeg1video", "mpeg2video",
        "mpeg4", "msmpeg4",     "msmpeg4v1", "msmpeg4v2", "wmv1", "wmv2", NULL
 };
@@ -88,7 +88,6 @@ const char* allowed_video_codecs_description[] =
 {
        "Flash Video (FLV) / Sorenson Spark / Sorenson H.263.",
        "GIF (Graphics Interchange Format).",
-       "H.261.",
        "H.263 / H.263-1996.",
        "H.263+ / H.263-1998 / H.263 version 2.",
        "Huffyuv / HuffYUV.",


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to