瀏覽代碼

(#4) Try to render mpeg2 on CI

rexim 5 年之前
父節點
當前提交
ab760a2e20
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/vodus_main.cpp

+ 1 - 2
src/vodus_main.cpp

@@ -631,8 +631,7 @@ int main(int argc, char *argv[])
 
     // FFMPEG INIT START //////////////////////////////
     AVCodec *codec = fail_if_null(
-        // avcodec_find_encoder(AV_CODEC_ID_MPEG2VIDEO),
-        avcodec_find_encoder(AV_CODEC_ID_H263),
+        avcodec_find_encoder(AV_CODEC_ID_MPEG2VIDEO),
         "Codec not found");
 
     AVCodecContext *context = fail_if_null(