]> git.sesse.net Git - ffmpeg/commit
ffmpeg: improve reporting if size/pixel format changes
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 16 Apr 2011 20:58:13 +0000 (22:58 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 11 May 2011 05:32:36 +0000 (07:32 +0200)
commit2ecc5b70fb53d0e2e74b51d1d598af8c842afc68
tree44801245e65fc0049bbf09edd343bf175a393d8c
parentb568d6d94bda607e4ebb35be68181a8c2a9f5c50
ffmpeg: improve reporting if size/pixel format changes

Use av_log() rather than fprintf(stderr, ...), and show information
related to the previous size/pixel format configuration.

Consistent with the corresponding message issued in case of audio
configuration change.

Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
ffmpeg.c