diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-19 22:58:46 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-04-19 22:58:46 +0000 |
commit | 8db948377d5f871d5d223974346406304aeb67bd (patch) | |
tree | 4b527adb75dbf9fe5de58cb2ec72ea1933f1a670 /src | |
parent | 73b03d0c2b9b082923d0c2c00ee74c8ca6e7aaf8 (diff) | |
download | xine-lib-8db948377d5f871d5d223974346406304aeb67bd.tar.gz xine-lib-8db948377d5f871d5d223974346406304aeb67bd.tar.bz2 |
weird message :)
CVS patchset: 1743
CVS date: 2002/04/19 22:58:46
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_xv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 4770618d5..4d4fb3cbb 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -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_xv.c,v 1.112 2002/04/18 11:42:38 miguelfreitas Exp $ + * $Id: video_out_xv.c,v 1.113 2002/04/19 22:58:46 miguelfreitas Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -631,9 +631,9 @@ static void xv_compute_ideal_size (xv_driver_t *this) { desired_ratio = image_ratio; break; case 0: /* forbidden -> 4:3 */ - printf ("video_out_xshm: invalid ratio, using 4:3\n"); + printf ("video_out_xv: invalid ratio, using 4:3\n"); default: - printf ("video_out_xshm: unknown aspect ratio (%d) in stream => using 4:3\n", + printf ("video_out_xv: unknown aspect ratio (%d) in stream => using 4:3\n", this->delivered_ratio_code); case XINE_ASPECT_RATIO_4_3: /* 4:3 */ desired_ratio = 4.0 / 3.0; |