Commit 0ef20b83 authored by gpoirier's avatar gpoirier

add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c

Patch by Benoit Fouet % benoit P fouet A purplelabs P com %


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8096 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4771463f
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment