diff mlp.h @ 7575:d73cd240d68c libavcodec

mlp: Define End-of-Stream code in common header file and use it in decoder.
author ramiro
date Thu, 14 Aug 2008 19:38:39 +0000
parents d112b4655bbd
children c4a4495715dd
line wrap: on
line diff
--- a/mlp.h	Thu Aug 14 16:07:17 2008 +0000
+++ b/mlp.h	Thu Aug 14 19:38:39 2008 +0000
@@ -56,6 +56,9 @@
 */
 #define MAX_FILTER_ORDER    8
 
+/** Code that signals end of a stream. */
+#define END_OF_STREAM       0xd234d234
+
 #define FIR 0
 #define IIR 1