]> git.pld-linux.org Git - packages/gpac.git/blob - ffmpeg4.patch
- release 4 (by relup.sh)
[packages/gpac.git] / ffmpeg4.patch
1 --- gpac/applications/dashcast/video_encoder.c~ 2018-04-29 18:32:41.000000000 +0200
2 +++ gpac/applications/dashcast/video_encoder.c  2018-04-29 18:35:58.454087341 +0200
3 @@ -141,7 +141,7 @@
4         }
5  
6         //the global header gives access to the extradata (SPS/PPS)
7 -       video_output_file->codec_ctx->flags |= CODEC_FLAG_GLOBAL_HEADER;
8 +       video_output_file->codec_ctx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
9  
10         video_output_file->vstream_idx = 0;//video_stream->index;
11  
This page took 0.081198 seconds and 3 git commands to generate.