2
0
Эх сурвалжийг харах

(#4) Try to render mpeg2 on CI

rexim 5 жил өмнө
parent
commit
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(