]> git.sesse.net Git - ffmpeg/commit
Use avcodec_check_dimensions() for checking the frame size validity.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 28 Dec 2008 14:41:19 +0000 (14:41 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 28 Dec 2008 14:41:19 +0000 (14:41 +0000)
commit5d91e9285339acaea7daf9e76932d5237cc771df
treec962860761513a47ef81ef4b047cc197099ebd4d
parentade8fb4d758977345df6d7e1c55a6cdc0394e019
Use avcodec_check_dimensions() for checking the frame size validity.
The v4l.c check is moved after the eventual automatic size detection,
so the check in that case is performed on the new set values.

Originally committed as revision 16370 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavdevice/v4l.c
libavdevice/v4l2.c