summaryrefslogtreecommitdiff
path: root/libavcodec/mlp.h
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2008-08-14 19:38:39 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2008-08-14 19:38:39 +0000
commit1e8bd10c579615dde74fe02c797cc4beeeb29ad1 (patch)
tree4b13fe7629d1953ff6315589bde1e6efdec5ae74 /libavcodec/mlp.h
parent07be55dc8b47159f7e84bc201ad9702eae17ec4f (diff)
mlp: Define End-of-Stream code in common header file and use it in decoder.
Originally committed as revision 14763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mlp.h')
-rw-r--r--libavcodec/mlp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/mlp.h b/libavcodec/mlp.h
index a434cd1a22..bbb09e0b5a 100644
--- a/libavcodec/mlp.h
+++ b/libavcodec/mlp.h
@@ -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