Browse Source

(#4) Try to render mpeg2 on CI

rexim 5 years ago
parent
commit
ab760a2e20
1 changed files with 1 additions and 2 deletions
  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(