diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-08-17 10:47:12 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-08-17 10:47:12 +0000 |
| commit | 9d2c422e1a3ee274be76d0021f35a9b344e90881 (patch) | |
| tree | eafaa54a3374cb577ef974571d474d14a3e4e0e9 /contrib/vdr2jpeg/ffm.cpp | |
| parent | 1970db6a30ced92c78ff10b3bd2ab21b41fba994 (diff) | |
| download | xxv-9d2c422e1a3ee274be76d0021f35a9b344e90881.tar.gz xxv-9d2c422e1a3ee274be76d0021f35a9b344e90881.tar.bz2 | |
* update to build with gcc 4.3
Diffstat (limited to 'contrib/vdr2jpeg/ffm.cpp')
| -rw-r--r-- | contrib/vdr2jpeg/ffm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vdr2jpeg/ffm.cpp b/contrib/vdr2jpeg/ffm.cpp index 658a8dc..348ef7f 100644 --- a/contrib/vdr2jpeg/ffm.cpp +++ b/contrib/vdr2jpeg/ffm.cpp @@ -51,7 +51,7 @@ static int max_frames[4] = {INT_MAX, INT_MAX, INT_MAX, INT_MAX}; static int video_qdiff = 3; -static char *video_rc_eq="tex^qComp"; +static const char *video_rc_eq="tex^qComp"; static int me_method = ME_EPZS; static int same_quality = 1; |
