Kodi Community Forum
[LINUX] ffmpeg h264 decoder fix - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [LINUX] ffmpeg h264 decoder fix (/showthread.php?tid=49033)



[LINUX] ffmpeg h264 decoder fix - theophile - 2009-04-16

I recently submitted a bug report to ffmpeg and they fixed the issue this morning. The fix affected libavcodec/h264.c

After successfully building ffmpeg from source to make sure the fix worked, I copied the updated h264.c to the appropriate location in the XBMC svn source tree and rebuilt XBMC. Nevertheless, the file still would not play, giving the same errors as before.

I'm assuming I did something wrong so rather than further screwing up my source tree, I'd like to request that the following fix be applied to the ffmpeg source tree used by XBMC:

http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=6b0c3fa7139d5bb3cc18ce4f2018b6f39a1c9901

thanks!