From f488ea9acb635ffc1c65a78daad353d687b372e5 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 28 Nov 2007 17:48:45 +0000 Subject: gst/rtp/gstrtph263depay.c: Code beautification. Original commit message from CVS: * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_process): Code beautification. Added debug statements. Don't bit-shift everything, just do operations on last/first byte instead. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6dc15a5e..ebc16b5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-11-28 Edward Hervey + + * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init), + (gst_rtp_h263_depay_process): + Code beautification. + Added debug statements. + Don't bit-shift everything, just do operations on last/first byte + instead. + 2007-11-27 Wim Taymans Patch by: Jayarama S. Santana -- cgit