Author: mchinen Date: Wed Jun 30 12:42:38 2010 New Revision: 5845 Log: removing extra newline from proposed patch. Modified: seek2010/moving_put_v_r23893.patch Modified: seek2010/moving_put_v_r23893.patch ============================================================================== --- seek2010/moving_put_v_r23893.patch Wed Jun 30 02:35:26 2010 (r5844) +++ seek2010/moving_put_v_r23893.patch Wed Jun 30 12:42:38 2010 (r5845) @@ -20,7 +20,7 @@ Index: libavformat/aviobuf.c =================================================================== --- libavformat/aviobuf.c (revision 23893) +++ libavformat/aviobuf.c (working copy) -@@ -284,6 +284,28 @@ +@@ -284,6 +284,27 @@ put_byte(s, val); } @@ -45,7 +45,6 @@ Index: libavformat/aviobuf.c + put_byte(bc, val&127); +} + -+ void put_tag(ByteIOContext *s, const char *tag) { while (*tag) {
participants (1)
-
mchinen