X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Ftool%2Fmain.cpp;h=03d9a08615f44035dc3c88bb519369e0dbbce6b1;hb=5cc0c1e113d33dd07a560307b0566569fb15d78a;hp=98245a183fd4078b22ee63e03b9b926e1638aab9;hpb=05a15fcf774f090d94d7e0283cc24abad94fbc19;p=synfig.git diff --git a/synfig-core/src/tool/main.cpp b/synfig-core/src/tool/main.cpp index 98245a1..03d9a08 100644 --- a/synfig-core/src/tool/main.cpp +++ b/synfig-core/src/tool/main.cpp @@ -72,12 +72,14 @@ bool print_benchmarks=false; //! Allowed video codecs /*! \warning This variable is linked to allowed_video_codecs_description, * if you change this you must change the other acordingly. + * \warning These codecs are linked to the filename extensions for + * mod_ffmpeg. If you change this you must change the others acordingly. */ const char* allowed_video_codecs[] = { - "flv", "gif", "h261", "h263", "h263p", "huffyuv", "libtheora", - "libx264", "libxvid", "ljpeg", "mjpeg", "mpeg1video", "mpeg2video", - "mpeg4", "msmpeg4", "msmpeg4v1", "msmpeg4v2", "wmv1", "wmv2", NULL + "flv", "h263p", "huffyuv", "libtheora", "libx264", "libxvid", + "mjpeg", "mpeg1video", "mpeg2video", "mpeg4", "msmpeg4", + "msmpeg4v1", "msmpeg4v2", "wmv1", "wmv2", NULL }; //! Allowed video codecs description. @@ -87,15 +89,11 @@ const char* allowed_video_codecs[] = 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.", "libtheora Theora.", "libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10.", "libxvidcore MPEG-4 part 2.", - "Lossless JPEG.", "MJPEG (Motion JPEG).", "raw MPEG-1 video.", "raw MPEG-2 video.",