Changeset 69f58958 in ffmpeg

Timestamp:
Apr 24, 2011, 9:10:26 PM (14 years ago)
Author:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
Branches:
master
Children:
02e3f7d0
Parents:
fbfcc8f1
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/22/11 15:11:23)
git-committer:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (04/24/11 21:10:26)
Message:

ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlay

In video_image_display(), fix exception occurring when the size of the
rectangle passed to SDL_DisplayYUVOverlay() is 0x0, which happens when
interactively resizing the SDL window.
This is done by forcing the minimum size to 1x1.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>

(No files)

Note: See TracChangeset for help on using the changeset viewer.