On 06/25/2016 06:50 PM, Michael Niedermayer wrote:
>> git cherry-pick 1087f0dc172a9adf779e41bf2dc82639fb04ebd4
>
> is this or 0c9c4004ed57de210b4d83c7b39bbfb00b86b9af preferred ?
both are ok, would use 0c9c4004ed57de210b4d83c7b39bbfb00b86b9af
to keep the delta to libav smaller.
__
On 06/25/2016 02:45 PM, Amancio Hasty wrote:
> Most cool. Can you post the exact command line that you used to
> test h264_omx?
git remote add tmm1 https://github.com/tmm1/FFmpeg
git fetch tmmi1
git checkout -b omx
git cherry-pick 2a1fcc3775a390570679da7f507539a397fc7130
git cherry-pick 1087f0dc1
On 06/25/2016 11:17 AM, Michael Niedermayer wrote:
>> where is that patch ?
>> i see
>> " --enable-omx-rpi enable encoding via OpenMAX IL for Raspberry Pi
>> [no]"
>> in ffmpeg git, what is missing?
>
> looking at tmm1/rebase-omx i only see 2 one line patches that we
> dont have yet
> i c
---
libavformat/matroskaenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 92d091f..3488ffe 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -737,7 +737,7 @@ static int mkv_write_track(AVFo