Dne 14.7.2011 11:43, 徐舫 napsal(a):
Hi all.
The mjpeg_encoder in spice server is MPEG-2 or MPEG-4?
It's neither. MJPEG is stream of JPEGs where each frame is encoded
independently.
David Jaša
___
Spice-devel mailing list
Spice-devel@lists.freed
Hi all.
The mjpeg_encoder in spice server is MPEG-2 or MPEG-4?
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel
On Thu, Jul 14, 2011 at 11:53:30AM +0300, Uri Lublin wrote:
> On 07/14/2011 10:50 AM, Alon Levy wrote:
> >Add a backtrace printing function copied from xserver os/backtrace.c
> >that uses gstack which seems to be available enough that xserver uses it :)
> >Used in ASSERT, tested on F15.
> >---
> >d
On 07/14/2011 10:50 AM, Alon Levy wrote:
Add a backtrace printing function copied from xserver os/backtrace.c
that uses gstack which seems to be available enough that xserver uses it :)
Used in ASSERT, tested on F15.
---
diff --git a/common/backtrace.c b/common/backtrace.c
+
+while (!done
Add a backtrace printing function copied from xserver os/backtrace.c
that uses gstack which seems to be available enough that xserver uses it :)
Used in ASSERT, tested on F15.
---
common/Makefile.am|2 +
common/backtrace.c| 88 +
common