mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
4735a7554b
The spec I found says "16 bits". The existing code used log2(somevalue)+1. ffmpeg uses log2(somevalue-1)+1. The code now uses log2(somevalue-1)+1, and this makes it work with some sample video without breaking another sample. Now, I'm far from certain I've got the right spec, I found it by searching the internet, so... https://bugzilla.gnome.org/show_bug.cgi?id=654666 |
||
---|---|---|
.. | ||
Makefile.am | ||
mpeg4parse.c | ||
mpeg4parse.h | ||
mpeg4videoparse.c | ||
mpeg4videoparse.h |