Skip to content
Snippets Groups Projects
Commit 9ff77d17 authored by Benoit Fouet's avatar Benoit Fouet Committed by Guillaume Poirier
Browse files

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 %

Originally committed as revision 8096 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0c67082e
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment