projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c67082
)
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c
author
Benoit Fouet
<benoit.fouet@purplelabs.com>
Fri, 23 Feb 2007 15:19:29 +0000
(15:19 +0000)
committer
Guillaume Poirier
<gpoirier@mplayerhq.hu>
Fri, 23 Feb 2007 15:19:29 +0000
(15:19 +0000)
Patch by Benoit Fouet % benoit P fouet A purplelabs P com %
Originally committed as revision 8096 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
f7b6e07
..
3fdb9da
100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-258,6
+258,7
@@
enum CodecType {
CODEC_TYPE_AUDIO,
CODEC_TYPE_DATA,
CODEC_TYPE_SUBTITLE,
+ CODEC_TYPE_NB
};
/* currently unused, may be used if 24/32 bits samples ever supported */