[FFmpeg-soc] [soc]: r3282 - mlp/mlpenc.c

ramiro subversion at mplayerhq.hu
Thu Aug 14 21:41:28 CEST 2008


Author: ramiro
Date: Thu Aug 14 21:41:28 2008
New Revision: 3282

Log:
Use END_OF_STREAM instead of hardcoding value.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Thu Aug 14 21:41:28 2008
@@ -1085,7 +1085,7 @@ static uint8_t *write_substrs(MLPEncodeC
 
         if (last_block) {
             /* TODO find a sample and implement shorten_by. */
-            put_bits(&pb, 32, 0xd234d234);
+            put_bits(&pb, 32, END_OF_STREAM);
         }
 
         /* data must be flushed for the checksum and parity to be right. */



More information about the FFmpeg-soc mailing list