diff options
Diffstat (limited to 'src/dxr3/video_out_dxr3.h')
| -rw-r--r-- | src/dxr3/video_out_dxr3.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dxr3/video_out_dxr3.h b/src/dxr3/video_out_dxr3.h index 3f8be66f5..d61f72f41 100644 --- a/src/dxr3/video_out_dxr3.h +++ b/src/dxr3/video_out_dxr3.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_dxr3.h,v 1.1 2002/05/24 22:09:44 miguelfreitas Exp $ + * $Id: video_out_dxr3.h,v 1.2 2002/06/10 15:02:48 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -33,6 +33,9 @@ #define CLOSED_FOR_DECODER -1 #define CLOSED_FOR_ENCODER -2 +/* the number of supported encoders */ +#define SUPPORTED_ENCODER_COUNT 2 + /* plugin structures */ typedef struct encoder_data_s encoder_data_t; |
