diff options
Diffstat (limited to 'src/dxr3/dxr3_vo_encoder.h')
| -rw-r--r-- | src/dxr3/dxr3_vo_encoder.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_vo_encoder.h b/src/dxr3/dxr3_vo_encoder.h index a4d0830bd..e2c74eeb6 100644 --- a/src/dxr3/dxr3_vo_encoder.h +++ b/src/dxr3/dxr3_vo_encoder.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: dxr3_vo_encoder.h,v 1.6 2001/12/01 19:37:21 hrm Exp $ + * $Id: dxr3_vo_encoder.h,v 1.7 2001/12/02 03:40:27 hrm Exp $ * */ @@ -74,7 +74,8 @@ #if USE_MP1E #include <stdio.h> FILE* mp1e; - char* mp1e_command; + char* mp1e_command; /* from config, with %s for runtime stuff */ + char mp1e_cmd[256]; /* complete, with %s filled in */ # undef USE_MPEG_BUFFER # define USE_MPEG_BUFFER 0 #endif |
