summarylogtreecommitdiffstats
path: root/010-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
AgeCommit message (Collapse)Author
2022-05-10Refresh chromium patchDaniel Bermond
Update the chromium patch[1] to match the latest ffmpeg git master changes[2]. AVStream does not have the 'AVStreamInternal* internal' field anymore, and AVStreamInternal struct does not exist anymore either. The equivalent is now FFStream, and it should now be accessed by 'FFStream* ffstream(AVStream*)'. References ---------- [1] https://chromium.googlesource.com/chromium/third_party/ffmpeg/+/95aab0fd83619408995720ce53d7a74790580220%5E%21/ [2] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/40bdd8cc05d9c98a18cf2b1c2a00c8a5a7b38113
2022-01-29Add fix for building chromiumDaniel Bermond