summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-11-28 17:48:45 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-11-28 17:48:45 +0000
commitf488ea9acb635ffc1c65a78daad353d687b372e5 (patch)
treeb63fd6b872c3f7fb6d696930b84e717a0bf3c79e /ChangeLog
parentae6cf31baf75ba39774ad72d448e739f5f5f57d9 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dc15a5e..ebc16b5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-11-28 Edward Hervey <bilboed@bilboed.com>
+
+ * 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 <wim.taymans@gmail.com>
Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>